1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

List New Interface cleanup.

This commit is contained in:
Cameron 2016-02-08 12:08:13 -08:00
parent e92c2a4d2a
commit ce7d4ae66c
2 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ if(isset($message))
//display admin page
$text = $rc->admin->display();
$rc->e107->ns->tablerender(LIST_ADMIN_1, $mes->render(). $text);
e107::getRender()->tablerender(LAN_PLUGIN_LISTNEW_NAME, $mes->render(). $text);
/**
* Display admin menu
@ -79,7 +79,7 @@ function admin_list_config_adminmenu()
$var['list-new-recent-menu']['text'] = LIST_ADMIN_OPT_3;
$var['list-new-new-page']['text'] = LIST_ADMIN_OPT_4;
$var['list-new-new-menu']['text'] = LIST_ADMIN_OPT_5;
e107::getNav()->admin(LIST_ADMIN_OPT_6.'--id--list_new', 'list-new-recent-page', $var);
e107::getNav()->admin(LAN_OPTIONS.'--id--list_new', 'list-new-recent-page', $var);
}
require_once(e_ADMIN."footer.php");

View File

@ -112,7 +112,7 @@ $TEMPLATE_LIST_NEW['ADMIN_MESSAGE'] = "<div style='text-align:center'><b>{MESSAG
$TEMPLATE_LIST_NEW['ADMIN_START'] = "
<div style='text-align:center'>
<div>
<form action='".e_SELF."' method='post' name='menu_conf_form' id='menu_conf_form' class='admin-menu' enctype='multipart/form-data'>";
$TEMPLATE_LIST_NEW['ADMIN_END'] = "
@ -156,9 +156,9 @@ $TEMPLATE_LIST_NEW['FIELD_TABLE_END'] = "</table>";
//header for options page
$TEMPLATE_LIST_NEW['OPTIONS_HEADER'] = "
<div id='{ID}' class='e-hideme center'>
<div id='{ID}' class='e-hideme'>
<table class='table adminlist'>
<tr><td colspan='4' class='forumheader'>{TITLE}</td></tr>";
<tr><td colspan='4' class='forumheader'><h4>{TITLE}</h4></td></tr>";
//template for spacer row
$TEMPLATE_LIST_NEW['TOPIC_ROW_SPACER'] = "<tr><td style='border:0; height:20px;' colspan='2'></td></tr>";