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:
mdtrooper 2011-09-06 16:22:40 +00:00
parent 7d608a3a75
commit a28996dd7c
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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>';
?>