2011-09-06 Miguel de Dios <miguel.dedios@artica.es>
* general/pandora_help.php: changet the text align of footer. Fixes: #3371432 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4924 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7d608a3a75
commit
a28996dd7c
|
@ -1,3 +1,9 @@
|
|||
2011-09-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* general/pandora_help.php: changet the text align of footer.
|
||||
|
||||
Fixes: #3371432
|
||||
|
||||
2011-09-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/messages/message.php: now show more error messages in case the
|
||||
|
|
|
@ -78,7 +78,7 @@ echo '<div style="font-size: 12px; margin-left: 30px; margin-right:25px;">';
|
|||
require_once ($help_file);
|
||||
echo '</div>';
|
||||
echo '<br /><br /><hr width="100%" size="1" />';
|
||||
echo '<div style="padding: 15px; background-color: #6E6E6E; font-family: verdana, arial; font-size: 11px;">';
|
||||
echo '<div style="text-align: center; padding: 15px; background-color: #6E6E6E; font-family: verdana, arial; font-size: 11px;">';
|
||||
include ('footer.php');
|
||||
echo '</div>';
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue