Browse Source

Update bibtexbrowser.php

pull/117/head
Martin Monperrus 3 years ago
committed by GitHub
parent
commit
47e32322ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      bibtexbrowser.php

1
bibtexbrowser.php

@ -2870,6 +2870,7 @@ class MenuManager {
<input type="text" name="<?php echo Q_SEARCH; ?>" class="input_box" size="18"/> <input type="text" name="<?php echo Q_SEARCH; ?>" class="input_box" size="18"/>
<input type="hidden" name="<?php echo Q_FILE; ?>" value="<?php echo @$_GET[Q_FILE]; ?>"/> <input type="hidden" name="<?php echo Q_FILE; ?>" value="<?php echo @$_GET[Q_FILE]; ?>"/>
<br/> <br/>
<!-- submit button -->
<input type="submit" value="<?php echo __("search"); ?>" class="input_box"/> <input type="submit" value="<?php echo __("search"); ?>" class="input_box"/>
</form> </form>
<?php <?php

Loading…
Cancel
Save