1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Url Config administration ready; new core 'main' section added

This commit is contained in:
secretr
2008-12-20 12:30:18 +00:00
parent 64b31b2abf
commit 5c6ed5a3ea
4 changed files with 76 additions and 76 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/admin_list_config.php,v $
| $Revision: 1.6 $
| $Date: 2008-12-20 10:39:13 $
| $Revision: 1.7 $
| $Date: 2008-12-20 12:30:18 $
| $Author: secretr $
+---------------------------------------------------------------+
*/
@@ -115,22 +115,6 @@ $TOPIC_TABLE_START = "
$TOPIC_TABLE_END = pref_submit()."</table></div>";
$text = "
<script type=\"text/javascript\">
<!--
var hideid=\"recent_page\";
function showhideit(showid){
if (hideid!=showid){
show=document.getElementById(showid).style;
hide=document.getElementById(hideid).style;
show.display=\"\";
hide.display=\"none\";
hideid = showid;
}
}
//-->
</script>";
$text .= "
<div style='text-align:center'>
".$rs -> form_open("post", e_SELF, "menu_conf_form", "", "class='admin-menu' enctype='multipart/form-data'")."\n";