Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/smilies
In directory usw-pr-cvs1:/tmp/cvs-serv25062
Modified Files:
smilies.php
Log Message:
no message
Index: smilies.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/smilies/smilies.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** smilies.php 20 Sep 2002 16:36:49 -0000 1.2
--- smilies.php 21 Sep 2002 06:27:26 -0000 1.3
***************
*** 9,15 ****
$myts =& MyTextSanitizer::getInstance();
xoops_cp_header();
- //$xoopsModule->printAdminMenu();
- //echo "<br />";
- OpenTable();
echo "<h4 style='text-align:left;'>"._AM_CURRENTSMILE."</h4>";
--- 9,12 ----
***************
*** 51,55 ****
echo "<input type='submit' value='" ._AM_ADD. "' /></td></tr>\n";
echo "</table></td></tr></table></form>\n";
- CloseTable();
xoops_cp_footer();
--- 48,51 ----
***************
*** 60,64 ****
$myts =& MyTextSanitizer::getInstance();
xoops_cp_header();
- OpenTable();
echo "<h4 style='text-align:left;'>"._AM_EDITSMILE."</h4>";
if ($getsmiles = $xoopsDB->query("SELECT * FROM ".$xoopsDB->prefix("smiles")." WHERE id = $id")) {
--- 56,59 ----
***************
*** 89,93 ****
echo _AM_CNRFTSD;
}
- CloseTable();
xoops_cp_footer();
}
--- 84,87 ----
***************
*** 126,130 ****
} else {
xoops_cp_header();
- OpenTable();
echo "<div><br />";
echo "<font color='#ff0000'>";
--- 120,123 ----
***************
*** 136,140 ****
echo "</td></tr></table>\n";
echo "<br /><br /></div>";
- CloseTable();
xoops_cp_footer();
}
--- 129,132 ----
|