mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
More HTML cleanup
This commit is contained in:
@@ -226,7 +226,7 @@ if(($action == "confdel") || ($action == "auditdel"))
|
||||
<form method='post' action='".e_SELF."?backdel.{$qs[1]}.{$qs[2]}'>
|
||||
<fieldset id='core-admin-log-confirm-delete'>
|
||||
<legend class='e-hideme'>".LAN_CONFDELETE."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<table class='adminform'>
|
||||
<tr>
|
||||
<td class='center'>
|
||||
<strong>".(($action == "confdel") ? RL_LAN_047 : RL_LAN_065).$old_string."</strong>
|
||||
@@ -404,8 +404,8 @@ if($action == "config")
|
||||
<form method='post' action='".e_SELF."?config'>
|
||||
<fieldset id='core-admin-log-options'>
|
||||
<legend>".RL_LAN_122."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -486,8 +486,8 @@ if($action == "config")
|
||||
<form method='post' action='".e_SELF."?config'>
|
||||
<fieldset id='core-admin-log-maintenance'>
|
||||
<legend>".RL_LAN_125."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -726,8 +726,8 @@ if(isset($page_title[$action]))
|
||||
<form method='post' action='".e_SELF."?{$action}.{$from}'>
|
||||
<fieldset id='core-admin-log-filter'>
|
||||
<legend>".RL_LAN_012."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='4'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col style='width:15%;vertical-align:top;' />
|
||||
<col style='width:35%;vertical-align:top;' />
|
||||
<col style='width:15%;vertical-align:top;' />
|
||||
@@ -869,7 +869,7 @@ if(isset($page_title[$action]))
|
||||
<form method='post' action='".e_SELF."?{$action}.{$from}'>
|
||||
<fieldset id='core-admin-log-list'>
|
||||
<legend class='e-hideme'>{$page_title[$action]}</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<table class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
";
|
||||
|
||||
|
@@ -146,8 +146,8 @@ class emotec
|
||||
<form method='post' action='".e_SELF."'>
|
||||
<fieldset id='emoticon-activate'>
|
||||
<legend>".EMOLAN_1."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width:30%' />
|
||||
<col style='width:70%' />
|
||||
</colgroup>
|
||||
@@ -175,8 +175,8 @@ class emotec
|
||||
<form method='post' action='".e_SELF."#etabTabContainer=emoticon-packages'>
|
||||
<fieldset id='emoticon-packages'>
|
||||
<legend>".EMOLAN_13."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width:15%' />
|
||||
<col style='width:50%' />
|
||||
<col style='width:15%' />
|
||||
@@ -277,8 +277,8 @@ class emotec
|
||||
<fieldset id='core-emoticon-configure'>
|
||||
<legend class='e-hideme'>".EMOLAN_15."</legend>
|
||||
<div class='info-bar'><strong>".sprintf(EMOLAN_31, count($eArray))."</strong></div>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='3'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width:20px' />
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
|
@@ -167,8 +167,8 @@ class eurl_admin_ui extends e_admin_controller_ui
|
||||
<form action='".e_SELF."?mode=main&action=alias' method='post' id='urlconfig-form'>
|
||||
<fieldset id='core-eurl-core'>
|
||||
<legend>".LAN_EURL_LEGEND_ALIASES."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -229,8 +229,8 @@ class eurl_admin_ui extends e_admin_controller_ui
|
||||
<form action='".e_SELF."?mode=main&action=config' method='post' id='urlconfig-form'>
|
||||
<fieldset id='core-eurl-core'>
|
||||
<legend>".LAN_EURL_LEGEND_CONFIG."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='3'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
<col class='col-control' />
|
||||
|
@@ -290,12 +290,12 @@ $text .= "
|
||||
<form enctype='multipart/form-data' action='".e_SELF.(e_QUERY ? "?".e_QUERY : "")."' method='post'>
|
||||
<fieldset id='core-filemanager'>
|
||||
<legend class='e-hideme'>XX</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<col style='width: 5%'></col>
|
||||
<col style='width: 40%'></col>
|
||||
<col style='width: 20%'></col>
|
||||
<col style='width: 15%'></col>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 5%' />
|
||||
<col style='width: 40%' />
|
||||
<col style='width: 20%' />
|
||||
<col style='width: 15%' />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@@ -151,13 +151,13 @@ else
|
||||
<form method='post' action='".e_SELF."' id='flaform' >
|
||||
<fieldset id='core-fla'>
|
||||
<legend class='e-hideme'>".ADLAN_146."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='5'>
|
||||
<col style='width: 20%'></col>
|
||||
<col style='width: 40%'></col>
|
||||
<col style='width: 20%'></col>
|
||||
<col style='width: 10%'></col>
|
||||
<col style='width: 10%'></col>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 20%' />
|
||||
<col style='width: 40%' />
|
||||
<col style='width: 20%' />
|
||||
<col style='width: 10%' />
|
||||
<col style='width: 10%' />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@@ -300,8 +300,8 @@ class frontpage
|
||||
<fieldset id='frontpage-settings'>
|
||||
<legend{$show_legend}>".FRTLAN_13."</legend>
|
||||
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='5'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 5%' />
|
||||
<col style='width: 25%' />
|
||||
<col style='width: 30%' />
|
||||
@@ -394,8 +394,8 @@ class frontpage
|
||||
<fieldset id='core-frontpage-edit'>
|
||||
<legend class='e-hideme'>".($rule_info['order'] ? FRTLAN_46 : FRTLAN_42)."</legend>
|
||||
<div id='core-frontpage-edit-home'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 40%' />
|
||||
<col style='width: 60%' />
|
||||
</colgroup>
|
||||
@@ -415,8 +415,8 @@ class frontpage
|
||||
</table>
|
||||
</div>
|
||||
<div id='core-frontpage-edit-post-login'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 40%' />
|
||||
<col style='width: 60%' />
|
||||
</colgroup>
|
||||
|
@@ -434,7 +434,7 @@ class media_admin_ui extends e_admin_ui
|
||||
</ul>
|
||||
<fieldset id='core-media-select'>
|
||||
<legend>Library</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminedit'>
|
||||
<table class='adminedit'>
|
||||
<tbody><tr><td>
|
||||
";
|
||||
|
||||
@@ -467,8 +467,8 @@ class media_admin_ui extends e_admin_ui
|
||||
{
|
||||
$text .= "<fieldset id='core-media-style'>
|
||||
<legend>Appearance</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminedit'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminedit'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -861,12 +861,12 @@ class media_admin_ui extends e_admin_ui
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."' id='batch_import'>
|
||||
<fieldset id='core-mediamanager-batch'>
|
||||
<legend class='e-hideme'>".DBLAN_20."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<table class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<col style='width: 5%'></col>
|
||||
<col></col>
|
||||
<col></col>
|
||||
<col></col>
|
||||
<col style='width: 5%' />
|
||||
<col />
|
||||
<col />
|
||||
<col />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -1453,12 +1453,12 @@ if (isset($_POST['check_avatar_sizes']))
|
||||
<form method='post' action='".e_SELF."'>
|
||||
<fieldset id='core-image-check-avatar'>
|
||||
<legend class='e-hideme'>".CACLAN_3."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<col style='width:10%'></col>
|
||||
<col style='width:20%'></col>
|
||||
<col style='width:25%'></col>
|
||||
<col style='width:45%'></col>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width:10%' />
|
||||
<col style='width:20%' />
|
||||
<col style='width:25%' />
|
||||
<col style='width:45%' />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -1568,8 +1568,8 @@ if (isset($_POST['check_avatar_sizes']))
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -1656,10 +1656,10 @@ if (isset($_POST['check_avatar_sizes']))
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."'>
|
||||
<fieldset id='core-image-settings'>
|
||||
<legend class='e-hideme'>".IMALAN_7."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<col class='col-label'></col>
|
||||
<col class='col-control'></col>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@@ -210,12 +210,12 @@ if(isset($_POST['language_sel']) && isset($_POST['language']))
|
||||
$text .= "
|
||||
<fieldset id='core-lancheck-plugin'>
|
||||
<legend>".ADLAN_CL_7."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<col style='width: 25%'></col>
|
||||
<col style='width: 25%'></col>
|
||||
<col style='width: 40%'></col>
|
||||
<col style='width: 10%'></col>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 25%' />
|
||||
<col style='width: 25%' />
|
||||
<col style='width: 40%' />
|
||||
<col style='width: 10%' />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -244,12 +244,12 @@ if(isset($_POST['language_sel']) && isset($_POST['language']))
|
||||
$text .= "
|
||||
<fieldset id='core-lancheck-theme'>
|
||||
<legend>".LAN_CHECK_22."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<col style='width: 25%'></col>
|
||||
<col style='width: 25%'></col>
|
||||
<col style='width: 40%'></col>
|
||||
<col style='width: 10%'></col>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 25%' />
|
||||
<col style='width: 25%' />
|
||||
<col style='width: 40%' />
|
||||
<col style='width: 10%' />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -309,11 +309,11 @@ class lancheck
|
||||
$text .= "
|
||||
<fieldset id='core-lancheck-{$fieldset_id}'>
|
||||
<legend>{$legend_txt}</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='3'>
|
||||
<col style='width: 50%'></col>
|
||||
<col style='width: 40%'></col>
|
||||
<col style='width: 10%'></col>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 50%' />
|
||||
<col style='width: 40%' />
|
||||
<col style='width: 10%' />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -627,11 +627,11 @@ class lancheck
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."' id='transform'>
|
||||
<fieldset id='core-lancheck-edit'>
|
||||
<legend>".LAN_CHECK_3." ".str_replace(array(e_PLUGIN, e_LANGUAGEDIR), array(e_PLUGIN_ABS, e_LANGUAGEDIR_ABS), $dir2)."{$f2} -> {$lan}</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='3'>
|
||||
<col style='width: 20%'></col>
|
||||
<col style='width: 40%'></col>
|
||||
<col style='width: 40%'></col>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width: 20%' />
|
||||
<col style='width: 40%' />
|
||||
<col style='width: 40%' />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@@ -243,8 +243,8 @@ if (isset($_POST['edit_existing']))
|
||||
<form method='post' action='".e_SELF."?db'>
|
||||
<fieldset id='core-language-edit'>
|
||||
<legend class='e-hideme'>".$_POST['lang_choices']."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -326,8 +326,8 @@ function multilang_prefs()
|
||||
<form method='post' action='".e_SELF."' id='linkform'>
|
||||
<fieldset id='core-language-settings'>
|
||||
<legend class='e-hideme'>".LANG_LAN_13."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -467,8 +467,8 @@ function multilang_db()
|
||||
$text = "
|
||||
<fieldset id='core-language-list'>
|
||||
<legend class='e-hideme'>".LANG_LAN_16."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='3'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width:20%' />
|
||||
<col style='width:60%' />
|
||||
<col style='width:20%' />
|
||||
@@ -558,8 +558,8 @@ function show_tools()
|
||||
<form id='core-language-lancheck-form' method='post' action='".e_ADMIN."lancheck.php'>
|
||||
<fieldset id='core-language-lancheck'>
|
||||
<legend class='e-hideme'>".LAN_CHECK_1."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='3'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -593,8 +593,8 @@ function show_tools()
|
||||
<form id='ziplang' method='post' action='".e_SELF."?tools'>
|
||||
<fieldset id='core-language-package'>
|
||||
<legend class='e-hideme'>".LANG_LAN_23."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -684,7 +684,7 @@ function available_langpacks()
|
||||
}
|
||||
|
||||
$text .= "<div class='block-text'>".LANG_LAN_35."</div>";
|
||||
$text .= "<table cellpadding='0' cellspacing='0' class='adminlist'>";
|
||||
$text .= "<table class='adminlist'>";
|
||||
foreach($rawData['language'] as $val)
|
||||
{
|
||||
$att = $val['@attributes'];
|
||||
|
@@ -200,10 +200,10 @@ class links_admin_ui extends e_admin_ui
|
||||
<form method='post' action='".e_REQUEST_URL."'>
|
||||
<fieldset id='core-links-generator'>
|
||||
<legend class='e-hideme'>".LINKLAN_4."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<col class='col-label'></col>
|
||||
<col class='col-control'></col>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@@ -765,8 +765,8 @@ function show_prefs($mailAdmin)
|
||||
$text = "
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."' id='mailsettingsform'>
|
||||
<div id='mail'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -796,7 +796,7 @@ function show_prefs($mailAdmin)
|
||||
$smtpdisp = ($pref['mailer'] != 'smtp') ? "style='display:none;'" : '';
|
||||
$text .= "<div id='smtp' {$smtpdisp}>
|
||||
<table style='margin-right:auto;margin-left:0px;border:0px'>
|
||||
<colgroup span='2'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -928,8 +928,8 @@ function show_prefs($mailAdmin)
|
||||
$text .= "</table>
|
||||
<fieldset id='core-mail-prefs-bounce'>
|
||||
<legend>".LAN_MAILOUT_31."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminedit'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminedit'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -951,8 +951,8 @@ function show_prefs($mailAdmin)
|
||||
</tr></tbody></table>
|
||||
|
||||
|
||||
<table cellpadding='0' cellspacing='0' class='adminedit' id='mail_bounce_auto' {$autoDisp}>
|
||||
<colgroup span='2'>
|
||||
<table class='adminedit' id='mail_bounce_auto' {$autoDisp}>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -977,8 +977,8 @@ function show_prefs($mailAdmin)
|
||||
|
||||
// Parameters for mail-account based bounce processing
|
||||
$text .= "
|
||||
<table cellpadding='0' cellspacing='0' class='adminedit' id='mail_bounce_mail' {$autoMail}>
|
||||
<colgroup span='2'>
|
||||
<table class='adminedit' id='mail_bounce_mail' {$autoMail}>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -1028,8 +1028,8 @@ function show_maint($debug = FALSE)
|
||||
$text .= "
|
||||
<form action='".e_SELF."?mode=maint' id='email_maint' method='post'>
|
||||
<fieldset id='email-maint'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
|
@@ -73,8 +73,8 @@ $text = "
|
||||
<form method='post' action='".e_SELF."' id='dataform'>
|
||||
<fieldset id='core-meta-settings'>
|
||||
<legend class='e-hideme'>".METLAN_8." (".e_LANGUAGE.")"."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
|
@@ -118,8 +118,8 @@ class notify_config
|
||||
<form action='".e_SELF."?results' method='post' id='scanform'>
|
||||
<fieldset id='core-notify-config'>
|
||||
<legend>".NU_LAN_1."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -133,8 +133,8 @@ class notify_config
|
||||
$text .= "</table></fieldset>
|
||||
<fieldset id='core-notify-2'>
|
||||
<legend>".NS_LAN_1."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>";
|
||||
@@ -145,8 +145,8 @@ class notify_config
|
||||
$text .= "</table></fieldset>
|
||||
<fieldset id='core-notify-3'>
|
||||
<legend>".NN_LAN_1."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>";
|
||||
@@ -159,8 +159,8 @@ class notify_config
|
||||
$text .= "</table></fieldset>
|
||||
<fieldset id='core-notify-4'>
|
||||
<legend>".NM_LAN_1."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>";
|
||||
@@ -171,8 +171,8 @@ class notify_config
|
||||
$text .= "</table></fieldset>
|
||||
<fieldset id='core-notify-5'>
|
||||
<legend>".NF_LAN_1."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>";
|
||||
@@ -189,8 +189,8 @@ class notify_config
|
||||
$text .= "</fieldset>
|
||||
<fieldset id='core-notify-".str_replace(" ","_",$config_category)."'>
|
||||
<legend>".$config_category."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>";
|
||||
|
@@ -588,8 +588,8 @@ class pluginManager{
|
||||
|
||||
$text = "
|
||||
<form enctype='multipart/form-data' method='post' action='".e_SELF."'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -646,7 +646,7 @@ class pluginManager{
|
||||
<form action='".e_SELF."?".e_QUERY."' id='core-plugin-list-form' method='post'>
|
||||
<fieldset id='core-plugin-list'>
|
||||
<legend class='e-hideme'>".$caption."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<table class='adminlist'>
|
||||
".$frm->colGroup($this->fields,$this->fieldpref).
|
||||
$frm->thead($this->fields,$this->fieldpref)."
|
||||
<tbody>
|
||||
@@ -904,8 +904,8 @@ class pluginManager{
|
||||
<form action='".e_SELF."?".e_QUERY."' method='post'>
|
||||
<fieldset id='core-plugin-confirmUninstall'>
|
||||
<legend>".EPL_ADLAN_54." ".$tp->toHtml($plug_vars['@attributes']['name'], "", "defs,emotes_off, no_make_clickable")."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
|
@@ -201,8 +201,8 @@ if ($query[0] == 'settings')
|
||||
<form method='post' action='".e_SELF."?settings'>
|
||||
<fieldset id='core-search-settings'>
|
||||
<legend class='e-hideme'>".SEALAN_20."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -301,8 +301,8 @@ elseif ($query[0] == 'edit')
|
||||
<form method='post' action='".e_SELF."?main.".$query[1].".".$query[2]."'>
|
||||
<fieldset id='core-search-edit'>
|
||||
<legend class='e-hideme'>{$caption}</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -354,7 +354,7 @@ else
|
||||
<form method='post' action='".e_SELF."'>
|
||||
<fieldset id='core-search-configuration-main'>
|
||||
<legend class='e-hideme'>".SEALAN_1."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<table class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<col style='width:55%' />
|
||||
<col style='width:25%' />
|
||||
@@ -440,8 +440,8 @@ else
|
||||
|
||||
<fieldset id='core-search-configuration-comm'>
|
||||
<legend class='e-hideme'>".SEALAN_1."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width:55%' />
|
||||
<col style='width:45%' />
|
||||
</colgroup>
|
||||
|
@@ -77,8 +77,8 @@ $text = "
|
||||
<form method='post' action='".e_SELF."' id='core-ugflag-form'>
|
||||
<fieldset id='core-ugflag'>
|
||||
<legend class='e-hideme'>".UGFLAN_4."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
|
@@ -78,8 +78,8 @@ else
|
||||
<form method='post' action='".e_SELF."'>
|
||||
<fieldset id='core-updateadmin'>
|
||||
<legend class='e-hideme'>".UDALAN_8." ".ADMINNAME."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
|
@@ -412,8 +412,8 @@ switch ($action)
|
||||
|
||||
$text = "<div style='text-align:center'>
|
||||
<form method='post' action='".e_SELF."' id='classForm'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
|
||||
@@ -591,7 +591,7 @@ $ns->tablerender(UCSLAN_21, $text);
|
||||
$text .= $e_userclass->show_graphical_tree(TRUE); // Print with debug options
|
||||
$ns->tablerender(UCSLAN_21, $text);
|
||||
|
||||
$text = "<table cellpadding='5' cellspacing='0' border='1'><tr><td colspan='5'>Class rights for first 20 users in database</td></tr>
|
||||
$text = "<table><tr><td colspan='5'>Class rights for first 20 users in database</td></tr>
|
||||
<tr><td>User ID</td><td>Disp Name</td><td>Raw classes</td><td>Inherited classes</td><td>Editable classes</td></tr>";
|
||||
$sql->db_Select('user','user_id,user_name,user_class',"ORDER BY user_id LIMIT 0,20",'no_where');
|
||||
while ($row = $sql->db_Fetch())
|
||||
@@ -917,7 +917,7 @@ class uclass_manager
|
||||
$text .= "<form method='post' action='".e_SELF."?".e_QUERY."'>
|
||||
<fieldset id='core-userclass-list'>
|
||||
<legend class='e-hideme'>".UCSLAN_5."</legend>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>".
|
||||
<table class='adminlist'>".
|
||||
$frm->colGroup($this->fields,$this->fieldpref).
|
||||
$frm->thead($this->fields,$this->fieldpref).
|
||||
|
||||
|
@@ -1259,7 +1259,7 @@ class users
|
||||
$text .= "
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."'>
|
||||
<fieldset id='core-users-list'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>".
|
||||
<table class='adminlist'>".
|
||||
$frm->colGroup($this->fields,$this->fieldpref).
|
||||
$frm->thead($this->fields,$this->fieldpref,"action=main&sub=[FIELD]&id=[ASC]&filter=".intval($_GET['filter']).'&srch='.$_GET['srch']."&frm=[FROM]").
|
||||
"<tbody>\n";
|
||||
@@ -1617,8 +1617,8 @@ class users
|
||||
if (!is_object($e_userclass))
|
||||
$e_userclass = new user_class;
|
||||
$text = "<div>".$rs->form_open("post",e_SELF.(e_QUERY ? '?'.e_QUERY : ''),"adduserform")."
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -2048,8 +2048,8 @@ class users
|
||||
$caption = UCSLAN_6." <b>".$row['user_name']."</b> (".$row['user_class'].")";
|
||||
$text = " <div>
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -2341,7 +2341,7 @@ function showRanks()
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."'>
|
||||
<fieldset id='core-userranks-list'>
|
||||
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>".
|
||||
<table class='adminlist'>".
|
||||
$frm->colGroup($fields, array_keys($fields)).
|
||||
$frm->thead($fields, array_keys($fields));
|
||||
foreach ($fieldList['core'] as $k => $f)
|
||||
@@ -2416,7 +2416,7 @@ function showRanks()
|
||||
|
||||
|
||||
$text .= "
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>".
|
||||
<table class='adminlist'>".
|
||||
$frm->colGroup($fields, array_keys($fields)).
|
||||
$frm->thead($fields, array_keys($fields));
|
||||
|
||||
|
@@ -428,7 +428,7 @@ class users_ext
|
||||
$text .= "
|
||||
|
||||
<form method='post' action='".e_SELF."' >
|
||||
<table class='adminlist' cellpadding='0' cellspacing='0'>
|
||||
<table class='adminlist'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>".EXTLAN_1."</th>
|
||||
@@ -539,8 +539,8 @@ class users_ext
|
||||
<fieldset id='core-user-extended-create'>";
|
||||
|
||||
$text .= "
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -827,7 +827,7 @@ class users_ext
|
||||
|
||||
$text = "<div style='text-align:center'>";
|
||||
$text .= "
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<table class='adminlist'>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -912,8 +912,8 @@ class users_ext
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."'>
|
||||
";
|
||||
$text .= "<div><br /></div>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>";
|
||||
@@ -1037,8 +1037,8 @@ class users_ext
|
||||
|
||||
$txt = "
|
||||
<form method='post' action='".e_SELF."?pre'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='6'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col />
|
||||
<col />
|
||||
<col />
|
||||
|
@@ -112,8 +112,8 @@ if ($action == "main" || $action == "")
|
||||
$wmList = $sql->db_getList();
|
||||
$text = $rs->form_open('post', e_SELF, 'myform_wmessage', '', '');
|
||||
$text .= "<div style='text-align:center'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||
<colgroup span='4'>
|
||||
<table class='adminlist'>
|
||||
<colgroup>
|
||||
<col style='width:5%' />
|
||||
<col style='width:60%' />
|
||||
<col style='width:20%' />
|
||||
@@ -174,8 +174,8 @@ if ($action == "create" || $action == "edit")
|
||||
<div style='text-align:center'>
|
||||
<form method='post' action='".e_SELF."' id='wmform'>
|
||||
<fieldset id='code-wmessage-create'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
@@ -231,8 +231,8 @@ if ($action == "opt") {
|
||||
$text = "<div style='text-align:center'>
|
||||
<form method='post' action='".e_SELF."?".e_QUERY."'>\n
|
||||
<fieldset id='code-wmessage-options'>
|
||||
<table cellpadding='0' cellspacing='0' class='adminform'>
|
||||
<colgroup span='2'>
|
||||
<table class='adminform'>
|
||||
<colgroup>
|
||||
<col class='col-label' />
|
||||
<col class='col-control' />
|
||||
</colgroup>
|
||||
|
Reference in New Issue
Block a user