1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Notice removal and small gui fixes

This commit is contained in:
CaMer0n
2009-12-25 23:32:18 +00:00
parent 020290cce8
commit 4f86a090dc
4 changed files with 16 additions and 10 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/includes/infopanel.php,v $
| $Revision: 1.19 $
| $Date: 2009-12-24 10:51:23 $
| $Revision: 1.20 $
| $Date: 2009-12-25 23:32:18 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -167,7 +167,7 @@ $text .= "
{
$id = $frm->name2id('core-infopanel_'.$val);
$text .= "
<div id='".$id."' class='f-left' style='width:24.5%' >
<div id='".$id."' class='f-left' style='width:49%' >
<div class='left' style='border:1px solid silver;margin:10px'>
";
$text .= $tp->parseTemplate("{PLUGIN=$val|TRUE}");