2011-09-05 Miguel de Dios <miguel.dedios@artica.es>
* general/logon_ok.php: change the text to be a correct sentence. Fixex: #3394390 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4909 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9db6ea5929
commit
7102a8dd61
|
@ -1,3 +1,9 @@
|
|||
2011-09-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* general/logon_ok.php: change the text to be a correct sentence.
|
||||
|
||||
Fixex: #3394390
|
||||
|
||||
2011-09-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/help/en/help_action_threshold.php,
|
||||
|
|
|
@ -51,7 +51,7 @@ if ($news !== false) {
|
|||
echo '<table cellpadding="4" cellspacing="4" class="databox">';
|
||||
foreach ($news as $article) {
|
||||
echo '<tr><th><b>'.$article["subject"].'</b></th></tr>';
|
||||
echo '<tr><td>'.__('by').' <b>'.$article["author"].'</b> '.__('at').' <i>' . ui_print_timestamp ($article["timestamp"], true).'</i></td></tr>';
|
||||
echo '<tr><td>'.__('by').' <b>'.$article["author"].'</b> <i>' . ui_print_timestamp ($article["timestamp"], true).'</i> ' . __('ago') . '</td></tr>';
|
||||
echo '<tr><td class="datos">';
|
||||
echo nl2br ($article["text"]);
|
||||
echo '</td></tr>';
|
||||
|
|
Loading…
Reference in New Issue