Browse Source

Added css class and i18n to no “result” string

pull/25/head
Markus Jochim 11 years ago
committed by Martin Monperrus
parent
commit
18552e824a
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -2718,7 +2718,7 @@ class NotFoundDisplay {
function setTitle($title) { $this->title = $title; return $this; }
function getTitle() { return @$this->title ; }
function display() {
echo 'no result found, sorry.';
echo '<span class="count">'.__('No results').'</span>';
}
}
/** displays the publication records sorted by publication types (as configured by constant BIBLIOGRAPHYSECTIONS).

Loading…
Cancel
Save