1
0
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:
CaMer0n
2012-05-13 05:50:32 +00:00
parent e7968c1cf8
commit 546d930311
21 changed files with 162 additions and 162 deletions

View File

@@ -226,7 +226,7 @@ if(($action == "confdel") || ($action == "auditdel"))
<form method='post' action='".e_SELF."?backdel.{$qs[1]}.{$qs[2]}'> <form method='post' action='".e_SELF."?backdel.{$qs[1]}.{$qs[2]}'>
<fieldset id='core-admin-log-confirm-delete'> <fieldset id='core-admin-log-confirm-delete'>
<legend class='e-hideme'>".LAN_CONFDELETE."</legend> <legend class='e-hideme'>".LAN_CONFDELETE."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<tr> <tr>
<td class='center'> <td class='center'>
<strong>".(($action == "confdel") ? RL_LAN_047 : RL_LAN_065).$old_string."</strong> <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'> <form method='post' action='".e_SELF."?config'>
<fieldset id='core-admin-log-options'> <fieldset id='core-admin-log-options'>
<legend>".RL_LAN_122."</legend> <legend>".RL_LAN_122."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -486,8 +486,8 @@ if($action == "config")
<form method='post' action='".e_SELF."?config'> <form method='post' action='".e_SELF."?config'>
<fieldset id='core-admin-log-maintenance'> <fieldset id='core-admin-log-maintenance'>
<legend>".RL_LAN_125."</legend> <legend>".RL_LAN_125."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -726,8 +726,8 @@ if(isset($page_title[$action]))
<form method='post' action='".e_SELF."?{$action}.{$from}'> <form method='post' action='".e_SELF."?{$action}.{$from}'>
<fieldset id='core-admin-log-filter'> <fieldset id='core-admin-log-filter'>
<legend>".RL_LAN_012."</legend> <legend>".RL_LAN_012."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='4'> <colgroup>
<col style='width:15%;vertical-align:top;' /> <col style='width:15%;vertical-align:top;' />
<col style='width:35%;vertical-align:top;' /> <col style='width:35%;vertical-align:top;' />
<col style='width:15%;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}'> <form method='post' action='".e_SELF."?{$action}.{$from}'>
<fieldset id='core-admin-log-list'> <fieldset id='core-admin-log-list'>
<legend class='e-hideme'>{$page_title[$action]}</legend> <legend class='e-hideme'>{$page_title[$action]}</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='4'> <colgroup span='4'>
"; ";

View File

@@ -146,8 +146,8 @@ class emotec
<form method='post' action='".e_SELF."'> <form method='post' action='".e_SELF."'>
<fieldset id='emoticon-activate'> <fieldset id='emoticon-activate'>
<legend>".EMOLAN_1."</legend> <legend>".EMOLAN_1."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='2'> <colgroup>
<col style='width:30%' /> <col style='width:30%' />
<col style='width:70%' /> <col style='width:70%' />
</colgroup> </colgroup>
@@ -175,8 +175,8 @@ class emotec
<form method='post' action='".e_SELF."#etabTabContainer=emoticon-packages'> <form method='post' action='".e_SELF."#etabTabContainer=emoticon-packages'>
<fieldset id='emoticon-packages'> <fieldset id='emoticon-packages'>
<legend>".EMOLAN_13."</legend> <legend>".EMOLAN_13."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='4'> <colgroup>
<col style='width:15%' /> <col style='width:15%' />
<col style='width:50%' /> <col style='width:50%' />
<col style='width:15%' /> <col style='width:15%' />
@@ -277,8 +277,8 @@ class emotec
<fieldset id='core-emoticon-configure'> <fieldset id='core-emoticon-configure'>
<legend class='e-hideme'>".EMOLAN_15."</legend> <legend class='e-hideme'>".EMOLAN_15."</legend>
<div class='info-bar'><strong>".sprintf(EMOLAN_31, count($eArray))."</strong></div> <div class='info-bar'><strong>".sprintf(EMOLAN_31, count($eArray))."</strong></div>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='3'> <colgroup>
<col style='width:20px' /> <col style='width:20px' />
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />

View File

@@ -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'> <form action='".e_SELF."?mode=main&action=alias' method='post' id='urlconfig-form'>
<fieldset id='core-eurl-core'> <fieldset id='core-eurl-core'>
<legend>".LAN_EURL_LEGEND_ALIASES."</legend> <legend>".LAN_EURL_LEGEND_ALIASES."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </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'> <form action='".e_SELF."?mode=main&action=config' method='post' id='urlconfig-form'>
<fieldset id='core-eurl-core'> <fieldset id='core-eurl-core'>
<legend>".LAN_EURL_LEGEND_CONFIG."</legend> <legend>".LAN_EURL_LEGEND_CONFIG."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='3'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
<col class='col-control' /> <col class='col-control' />

View File

@@ -290,12 +290,12 @@ $text .= "
<form enctype='multipart/form-data' action='".e_SELF.(e_QUERY ? "?".e_QUERY : "")."' method='post'> <form enctype='multipart/form-data' action='".e_SELF.(e_QUERY ? "?".e_QUERY : "")."' method='post'>
<fieldset id='core-filemanager'> <fieldset id='core-filemanager'>
<legend class='e-hideme'>XX</legend> <legend class='e-hideme'>XX</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='4'> <colgroup>
<col style='width: 5%'></col> <col style='width: 5%' />
<col style='width: 40%'></col> <col style='width: 40%' />
<col style='width: 20%'></col> <col style='width: 20%' />
<col style='width: 15%'></col> <col style='width: 15%' />
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>

View File

@@ -151,13 +151,13 @@ else
<form method='post' action='".e_SELF."' id='flaform' > <form method='post' action='".e_SELF."' id='flaform' >
<fieldset id='core-fla'> <fieldset id='core-fla'>
<legend class='e-hideme'>".ADLAN_146."</legend> <legend class='e-hideme'>".ADLAN_146."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='5'> <colgroup>
<col style='width: 20%'></col> <col style='width: 20%' />
<col style='width: 40%'></col> <col style='width: 40%' />
<col style='width: 20%'></col> <col style='width: 20%' />
<col style='width: 10%'></col> <col style='width: 10%' />
<col style='width: 10%'></col> <col style='width: 10%' />
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>

View File

@@ -300,8 +300,8 @@ class frontpage
<fieldset id='frontpage-settings'> <fieldset id='frontpage-settings'>
<legend{$show_legend}>".FRTLAN_13."</legend> <legend{$show_legend}>".FRTLAN_13."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='5'> <colgroup>
<col style='width: 5%' /> <col style='width: 5%' />
<col style='width: 25%' /> <col style='width: 25%' />
<col style='width: 30%' /> <col style='width: 30%' />
@@ -394,8 +394,8 @@ class frontpage
<fieldset id='core-frontpage-edit'> <fieldset id='core-frontpage-edit'>
<legend class='e-hideme'>".($rule_info['order'] ? FRTLAN_46 : FRTLAN_42)."</legend> <legend class='e-hideme'>".($rule_info['order'] ? FRTLAN_46 : FRTLAN_42)."</legend>
<div id='core-frontpage-edit-home'> <div id='core-frontpage-edit-home'>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='2'> <colgroup>
<col style='width: 40%' /> <col style='width: 40%' />
<col style='width: 60%' /> <col style='width: 60%' />
</colgroup> </colgroup>
@@ -415,8 +415,8 @@ class frontpage
</table> </table>
</div> </div>
<div id='core-frontpage-edit-post-login'> <div id='core-frontpage-edit-post-login'>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='2'> <colgroup>
<col style='width: 40%' /> <col style='width: 40%' />
<col style='width: 60%' /> <col style='width: 60%' />
</colgroup> </colgroup>

View File

@@ -434,7 +434,7 @@ class media_admin_ui extends e_admin_ui
</ul> </ul>
<fieldset id='core-media-select'> <fieldset id='core-media-select'>
<legend>Library</legend> <legend>Library</legend>
<table cellpadding='0' cellspacing='0' class='adminedit'> <table class='adminedit'>
<tbody><tr><td> <tbody><tr><td>
"; ";
@@ -467,10 +467,10 @@ class media_admin_ui extends e_admin_ui
{ {
$text .= "<fieldset id='core-media-style'> $text .= "<fieldset id='core-media-style'>
<legend>Appearance</legend> <legend>Appearance</legend>
<table cellpadding='0' cellspacing='0' class='adminedit'> <table class='adminedit'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
@@ -861,12 +861,12 @@ class media_admin_ui extends e_admin_ui
<form method='post' action='".e_SELF."?".e_QUERY."' id='batch_import'> <form method='post' action='".e_SELF."?".e_QUERY."' id='batch_import'>
<fieldset id='core-mediamanager-batch'> <fieldset id='core-mediamanager-batch'>
<legend class='e-hideme'>".DBLAN_20."</legend> <legend class='e-hideme'>".DBLAN_20."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='4'> <colgroup span='4'>
<col style='width: 5%'></col> <col style='width: 5%' />
<col></col> <col />
<col></col> <col />
<col></col> <col />
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
@@ -1453,12 +1453,12 @@ if (isset($_POST['check_avatar_sizes']))
<form method='post' action='".e_SELF."'> <form method='post' action='".e_SELF."'>
<fieldset id='core-image-check-avatar'> <fieldset id='core-image-check-avatar'>
<legend class='e-hideme'>".CACLAN_3."</legend> <legend class='e-hideme'>".CACLAN_3."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='4'> <colgroup>
<col style='width:10%'></col> <col style='width:10%' />
<col style='width:20%'></col> <col style='width:20%' />
<col style='width:25%'></col> <col style='width:25%' />
<col style='width:45%'></col> <col style='width:45%' />
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
@@ -1568,8 +1568,8 @@ if (isset($_POST['check_avatar_sizes']))
</fieldset> </fieldset>
</form> </form>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -1656,10 +1656,10 @@ if (isset($_POST['check_avatar_sizes']))
<form method='post' action='".e_SELF."?".e_QUERY."'> <form method='post' action='".e_SELF."?".e_QUERY."'>
<fieldset id='core-image-settings'> <fieldset id='core-image-settings'>
<legend class='e-hideme'>".IMALAN_7."</legend> <legend class='e-hideme'>".IMALAN_7."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label'></col> <col class='col-label' />
<col class='col-control'></col> <col class='col-control' />
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>

View File

@@ -210,12 +210,12 @@ if(isset($_POST['language_sel']) && isset($_POST['language']))
$text .= " $text .= "
<fieldset id='core-lancheck-plugin'> <fieldset id='core-lancheck-plugin'>
<legend>".ADLAN_CL_7."</legend> <legend>".ADLAN_CL_7."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='4'> <colgroup>
<col style='width: 25%'></col> <col style='width: 25%' />
<col style='width: 25%'></col> <col style='width: 25%' />
<col style='width: 40%'></col> <col style='width: 40%' />
<col style='width: 10%'></col> <col style='width: 10%' />
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
@@ -244,12 +244,12 @@ if(isset($_POST['language_sel']) && isset($_POST['language']))
$text .= " $text .= "
<fieldset id='core-lancheck-theme'> <fieldset id='core-lancheck-theme'>
<legend>".LAN_CHECK_22."</legend> <legend>".LAN_CHECK_22."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='4'> <colgroup>
<col style='width: 25%'></col> <col style='width: 25%' />
<col style='width: 25%'></col> <col style='width: 25%' />
<col style='width: 40%'></col> <col style='width: 40%' />
<col style='width: 10%'></col> <col style='width: 10%' />
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
@@ -309,11 +309,11 @@ class lancheck
$text .= " $text .= "
<fieldset id='core-lancheck-{$fieldset_id}'> <fieldset id='core-lancheck-{$fieldset_id}'>
<legend>{$legend_txt}</legend> <legend>{$legend_txt}</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='3'> <colgroup>
<col style='width: 50%'></col> <col style='width: 50%' />
<col style='width: 40%'></col> <col style='width: 40%' />
<col style='width: 10%'></col> <col style='width: 10%' />
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
@@ -627,11 +627,11 @@ class lancheck
<form method='post' action='".e_SELF."?".e_QUERY."' id='transform'> <form method='post' action='".e_SELF."?".e_QUERY."' id='transform'>
<fieldset id='core-lancheck-edit'> <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} -&gt; {$lan}</legend> <legend>".LAN_CHECK_3." ".str_replace(array(e_PLUGIN, e_LANGUAGEDIR), array(e_PLUGIN_ABS, e_LANGUAGEDIR_ABS), $dir2)."{$f2} -&gt; {$lan}</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='3'> <colgroup>
<col style='width: 20%'></col> <col style='width: 20%' />
<col style='width: 40%'></col> <col style='width: 40%' />
<col style='width: 40%'></col> <col style='width: 40%' />
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>

View File

@@ -243,8 +243,8 @@ if (isset($_POST['edit_existing']))
<form method='post' action='".e_SELF."?db'> <form method='post' action='".e_SELF."?db'>
<fieldset id='core-language-edit'> <fieldset id='core-language-edit'>
<legend class='e-hideme'>".$_POST['lang_choices']."</legend> <legend class='e-hideme'>".$_POST['lang_choices']."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -326,8 +326,8 @@ function multilang_prefs()
<form method='post' action='".e_SELF."' id='linkform'> <form method='post' action='".e_SELF."' id='linkform'>
<fieldset id='core-language-settings'> <fieldset id='core-language-settings'>
<legend class='e-hideme'>".LANG_LAN_13."</legend> <legend class='e-hideme'>".LANG_LAN_13."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -467,8 +467,8 @@ function multilang_db()
$text = " $text = "
<fieldset id='core-language-list'> <fieldset id='core-language-list'>
<legend class='e-hideme'>".LANG_LAN_16."</legend> <legend class='e-hideme'>".LANG_LAN_16."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='3'> <colgroup>
<col style='width:20%' /> <col style='width:20%' />
<col style='width:60%' /> <col style='width:60%' />
<col style='width:20%' /> <col style='width:20%' />
@@ -558,8 +558,8 @@ function show_tools()
<form id='core-language-lancheck-form' method='post' action='".e_ADMIN."lancheck.php'> <form id='core-language-lancheck-form' method='post' action='".e_ADMIN."lancheck.php'>
<fieldset id='core-language-lancheck'> <fieldset id='core-language-lancheck'>
<legend class='e-hideme'>".LAN_CHECK_1."</legend> <legend class='e-hideme'>".LAN_CHECK_1."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='3'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -593,8 +593,8 @@ function show_tools()
<form id='ziplang' method='post' action='".e_SELF."?tools'> <form id='ziplang' method='post' action='".e_SELF."?tools'>
<fieldset id='core-language-package'> <fieldset id='core-language-package'>
<legend class='e-hideme'>".LANG_LAN_23."</legend> <legend class='e-hideme'>".LANG_LAN_23."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -684,7 +684,7 @@ function available_langpacks()
} }
$text .= "<div class='block-text'>".LANG_LAN_35."</div>"; $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) foreach($rawData['language'] as $val)
{ {
$att = $val['@attributes']; $att = $val['@attributes'];

View File

@@ -200,10 +200,10 @@ class links_admin_ui extends e_admin_ui
<form method='post' action='".e_REQUEST_URL."'> <form method='post' action='".e_REQUEST_URL."'>
<fieldset id='core-links-generator'> <fieldset id='core-links-generator'>
<legend class='e-hideme'>".LINKLAN_4."</legend> <legend class='e-hideme'>".LINKLAN_4."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label'></col> <col class='col-label' />
<col class='col-control'></col> <col class='col-control' />
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>

View File

@@ -765,8 +765,8 @@ function show_prefs($mailAdmin)
$text = " $text = "
<form method='post' action='".e_SELF."?".e_QUERY."' id='mailsettingsform'> <form method='post' action='".e_SELF."?".e_QUERY."' id='mailsettingsform'>
<div id='mail'> <div id='mail'>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -796,7 +796,7 @@ function show_prefs($mailAdmin)
$smtpdisp = ($pref['mailer'] != 'smtp') ? "style='display:none;'" : ''; $smtpdisp = ($pref['mailer'] != 'smtp') ? "style='display:none;'" : '';
$text .= "<div id='smtp' {$smtpdisp}> $text .= "<div id='smtp' {$smtpdisp}>
<table style='margin-right:auto;margin-left:0px;border:0px'> <table style='margin-right:auto;margin-left:0px;border:0px'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -928,8 +928,8 @@ function show_prefs($mailAdmin)
$text .= "</table> $text .= "</table>
<fieldset id='core-mail-prefs-bounce'> <fieldset id='core-mail-prefs-bounce'>
<legend>".LAN_MAILOUT_31."</legend> <legend>".LAN_MAILOUT_31."</legend>
<table cellpadding='0' cellspacing='0' class='adminedit'> <table class='adminedit'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -951,8 +951,8 @@ function show_prefs($mailAdmin)
</tr></tbody></table> </tr></tbody></table>
<table cellpadding='0' cellspacing='0' class='adminedit' id='mail_bounce_auto' {$autoDisp}> <table class='adminedit' id='mail_bounce_auto' {$autoDisp}>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -977,8 +977,8 @@ function show_prefs($mailAdmin)
// Parameters for mail-account based bounce processing // Parameters for mail-account based bounce processing
$text .= " $text .= "
<table cellpadding='0' cellspacing='0' class='adminedit' id='mail_bounce_mail' {$autoMail}> <table class='adminedit' id='mail_bounce_mail' {$autoMail}>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -1028,8 +1028,8 @@ function show_maint($debug = FALSE)
$text .= " $text .= "
<form action='".e_SELF."?mode=maint' id='email_maint' method='post'> <form action='".e_SELF."?mode=maint' id='email_maint' method='post'>
<fieldset id='email-maint'> <fieldset id='email-maint'>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>

View File

@@ -73,8 +73,8 @@ $text = "
<form method='post' action='".e_SELF."' id='dataform'> <form method='post' action='".e_SELF."' id='dataform'>
<fieldset id='core-meta-settings'> <fieldset id='core-meta-settings'>
<legend class='e-hideme'>".METLAN_8." (".e_LANGUAGE.")"."</legend> <legend class='e-hideme'>".METLAN_8." (".e_LANGUAGE.")"."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>

View File

@@ -118,8 +118,8 @@ class notify_config
<form action='".e_SELF."?results' method='post' id='scanform'> <form action='".e_SELF."?results' method='post' id='scanform'>
<fieldset id='core-notify-config'> <fieldset id='core-notify-config'>
<legend>".NU_LAN_1."</legend> <legend>".NU_LAN_1."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -133,8 +133,8 @@ class notify_config
$text .= "</table></fieldset> $text .= "</table></fieldset>
<fieldset id='core-notify-2'> <fieldset id='core-notify-2'>
<legend>".NS_LAN_1."</legend> <legend>".NS_LAN_1."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup>"; </colgroup>";
@@ -145,8 +145,8 @@ class notify_config
$text .= "</table></fieldset> $text .= "</table></fieldset>
<fieldset id='core-notify-3'> <fieldset id='core-notify-3'>
<legend>".NN_LAN_1."</legend> <legend>".NN_LAN_1."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup>"; </colgroup>";
@@ -159,8 +159,8 @@ class notify_config
$text .= "</table></fieldset> $text .= "</table></fieldset>
<fieldset id='core-notify-4'> <fieldset id='core-notify-4'>
<legend>".NM_LAN_1."</legend> <legend>".NM_LAN_1."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup>"; </colgroup>";
@@ -171,8 +171,8 @@ class notify_config
$text .= "</table></fieldset> $text .= "</table></fieldset>
<fieldset id='core-notify-5'> <fieldset id='core-notify-5'>
<legend>".NF_LAN_1."</legend> <legend>".NF_LAN_1."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup>"; </colgroup>";
@@ -189,8 +189,8 @@ class notify_config
$text .= "</fieldset> $text .= "</fieldset>
<fieldset id='core-notify-".str_replace(" ","_",$config_category)."'> <fieldset id='core-notify-".str_replace(" ","_",$config_category)."'>
<legend>".$config_category."</legend> <legend>".$config_category."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup>"; </colgroup>";

View File

@@ -588,8 +588,8 @@ class pluginManager{
$text = " $text = "
<form enctype='multipart/form-data' method='post' action='".e_SELF."'> <form enctype='multipart/form-data' method='post' action='".e_SELF."'>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -646,7 +646,7 @@ class pluginManager{
<form action='".e_SELF."?".e_QUERY."' id='core-plugin-list-form' method='post'> <form action='".e_SELF."?".e_QUERY."' id='core-plugin-list-form' method='post'>
<fieldset id='core-plugin-list'> <fieldset id='core-plugin-list'>
<legend class='e-hideme'>".$caption."</legend> <legend class='e-hideme'>".$caption."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
".$frm->colGroup($this->fields,$this->fieldpref). ".$frm->colGroup($this->fields,$this->fieldpref).
$frm->thead($this->fields,$this->fieldpref)." $frm->thead($this->fields,$this->fieldpref)."
<tbody> <tbody>
@@ -904,8 +904,8 @@ class pluginManager{
<form action='".e_SELF."?".e_QUERY."' method='post'> <form action='".e_SELF."?".e_QUERY."' method='post'>
<fieldset id='core-plugin-confirmUninstall'> <fieldset id='core-plugin-confirmUninstall'>
<legend>".EPL_ADLAN_54." ".$tp->toHtml($plug_vars['@attributes']['name'], "", "defs,emotes_off, no_make_clickable")."</legend> <legend>".EPL_ADLAN_54." ".$tp->toHtml($plug_vars['@attributes']['name'], "", "defs,emotes_off, no_make_clickable")."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>

View File

@@ -201,8 +201,8 @@ if ($query[0] == 'settings')
<form method='post' action='".e_SELF."?settings'> <form method='post' action='".e_SELF."?settings'>
<fieldset id='core-search-settings'> <fieldset id='core-search-settings'>
<legend class='e-hideme'>".SEALAN_20."</legend> <legend class='e-hideme'>".SEALAN_20."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -301,8 +301,8 @@ elseif ($query[0] == 'edit')
<form method='post' action='".e_SELF."?main.".$query[1].".".$query[2]."'> <form method='post' action='".e_SELF."?main.".$query[1].".".$query[2]."'>
<fieldset id='core-search-edit'> <fieldset id='core-search-edit'>
<legend class='e-hideme'>{$caption}</legend> <legend class='e-hideme'>{$caption}</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -354,7 +354,7 @@ else
<form method='post' action='".e_SELF."'> <form method='post' action='".e_SELF."'>
<fieldset id='core-search-configuration-main'> <fieldset id='core-search-configuration-main'>
<legend class='e-hideme'>".SEALAN_1."</legend> <legend class='e-hideme'>".SEALAN_1."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='4'> <colgroup span='4'>
<col style='width:55%' /> <col style='width:55%' />
<col style='width:25%' /> <col style='width:25%' />
@@ -440,8 +440,8 @@ else
<fieldset id='core-search-configuration-comm'> <fieldset id='core-search-configuration-comm'>
<legend class='e-hideme'>".SEALAN_1."</legend> <legend class='e-hideme'>".SEALAN_1."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='2'> <colgroup>
<col style='width:55%' /> <col style='width:55%' />
<col style='width:45%' /> <col style='width:45%' />
</colgroup> </colgroup>

View File

@@ -77,8 +77,8 @@ $text = "
<form method='post' action='".e_SELF."' id='core-ugflag-form'> <form method='post' action='".e_SELF."' id='core-ugflag-form'>
<fieldset id='core-ugflag'> <fieldset id='core-ugflag'>
<legend class='e-hideme'>".UGFLAN_4."</legend> <legend class='e-hideme'>".UGFLAN_4."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>

View File

@@ -78,8 +78,8 @@ else
<form method='post' action='".e_SELF."'> <form method='post' action='".e_SELF."'>
<fieldset id='core-updateadmin'> <fieldset id='core-updateadmin'>
<legend class='e-hideme'>".UDALAN_8." ".ADMINNAME."</legend> <legend class='e-hideme'>".UDALAN_8." ".ADMINNAME."</legend>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>

View File

@@ -412,8 +412,8 @@ switch ($action)
$text = "<div style='text-align:center'> $text = "<div style='text-align:center'>
<form method='post' action='".e_SELF."' id='classForm'> <form method='post' action='".e_SELF."' id='classForm'>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
@@ -591,7 +591,7 @@ $ns->tablerender(UCSLAN_21, $text);
$text .= $e_userclass->show_graphical_tree(TRUE); // Print with debug options $text .= $e_userclass->show_graphical_tree(TRUE); // Print with debug options
$ns->tablerender(UCSLAN_21, $text); $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>"; <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'); $sql->db_Select('user','user_id,user_name,user_class',"ORDER BY user_id LIMIT 0,20",'no_where');
while ($row = $sql->db_Fetch()) while ($row = $sql->db_Fetch())
@@ -917,7 +917,7 @@ class uclass_manager
$text .= "<form method='post' action='".e_SELF."?".e_QUERY."'> $text .= "<form method='post' action='".e_SELF."?".e_QUERY."'>
<fieldset id='core-userclass-list'> <fieldset id='core-userclass-list'>
<legend class='e-hideme'>".UCSLAN_5."</legend> <legend class='e-hideme'>".UCSLAN_5."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'>". <table class='adminlist'>".
$frm->colGroup($this->fields,$this->fieldpref). $frm->colGroup($this->fields,$this->fieldpref).
$frm->thead($this->fields,$this->fieldpref). $frm->thead($this->fields,$this->fieldpref).

View File

@@ -1259,7 +1259,7 @@ class users
$text .= " $text .= "
<form method='post' action='".e_SELF."?".e_QUERY."'> <form method='post' action='".e_SELF."?".e_QUERY."'>
<fieldset id='core-users-list'> <fieldset id='core-users-list'>
<table cellpadding='0' cellspacing='0' class='adminlist'>". <table class='adminlist'>".
$frm->colGroup($this->fields,$this->fieldpref). $frm->colGroup($this->fields,$this->fieldpref).
$frm->thead($this->fields,$this->fieldpref,"action=main&amp;sub=[FIELD]&amp;id=[ASC]&amp;filter=".intval($_GET['filter']).'&amp;srch='.$_GET['srch']."&amp;frm=[FROM]"). $frm->thead($this->fields,$this->fieldpref,"action=main&amp;sub=[FIELD]&amp;id=[ASC]&amp;filter=".intval($_GET['filter']).'&amp;srch='.$_GET['srch']."&amp;frm=[FROM]").
"<tbody>\n"; "<tbody>\n";
@@ -1617,8 +1617,8 @@ class users
if (!is_object($e_userclass)) if (!is_object($e_userclass))
$e_userclass = new user_class; $e_userclass = new user_class;
$text = "<div>".$rs->form_open("post",e_SELF.(e_QUERY ? '?'.e_QUERY : ''),"adduserform")." $text = "<div>".$rs->form_open("post",e_SELF.(e_QUERY ? '?'.e_QUERY : ''),"adduserform")."
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -2048,8 +2048,8 @@ class users
$caption = UCSLAN_6." <b>".$row['user_name']."</b> (".$row['user_class'].")"; $caption = UCSLAN_6." <b>".$row['user_name']."</b> (".$row['user_class'].")";
$text = " <div> $text = " <div>
<form method='post' action='".e_SELF."?".e_QUERY."'> <form method='post' action='".e_SELF."?".e_QUERY."'>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -2341,7 +2341,7 @@ function showRanks()
<form method='post' action='".e_SELF."?".e_QUERY."'> <form method='post' action='".e_SELF."?".e_QUERY."'>
<fieldset id='core-userranks-list'> <fieldset id='core-userranks-list'>
<table cellpadding='0' cellspacing='0' class='adminlist'>". <table class='adminlist'>".
$frm->colGroup($fields, array_keys($fields)). $frm->colGroup($fields, array_keys($fields)).
$frm->thead($fields, array_keys($fields)); $frm->thead($fields, array_keys($fields));
foreach ($fieldList['core'] as $k => $f) foreach ($fieldList['core'] as $k => $f)
@@ -2416,7 +2416,7 @@ function showRanks()
$text .= " $text .= "
<table cellpadding='0' cellspacing='0' class='adminlist'>". <table class='adminlist'>".
$frm->colGroup($fields, array_keys($fields)). $frm->colGroup($fields, array_keys($fields)).
$frm->thead($fields, array_keys($fields)); $frm->thead($fields, array_keys($fields));

View File

@@ -428,7 +428,7 @@ class users_ext
$text .= " $text .= "
<form method='post' action='".e_SELF."' > <form method='post' action='".e_SELF."' >
<table class='adminlist' cellpadding='0' cellspacing='0'> <table class='adminlist'>
<thead> <thead>
<tr> <tr>
<th>".EXTLAN_1."</th> <th>".EXTLAN_1."</th>
@@ -539,8 +539,8 @@ class users_ext
<fieldset id='core-user-extended-create'>"; <fieldset id='core-user-extended-create'>";
$text .= " $text .= "
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -827,7 +827,7 @@ class users_ext
$text = "<div style='text-align:center'>"; $text = "<div style='text-align:center'>";
$text .= " $text .= "
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<thead> <thead>
<tr> <tr>
@@ -912,8 +912,8 @@ class users_ext
<form method='post' action='".e_SELF."?".e_QUERY."'> <form method='post' action='".e_SELF."?".e_QUERY."'>
"; ";
$text .= "<div><br /></div> $text .= "<div><br /></div>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup>"; </colgroup>";
@@ -1037,8 +1037,8 @@ class users_ext
$txt = " $txt = "
<form method='post' action='".e_SELF."?pre'> <form method='post' action='".e_SELF."?pre'>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='6'> <colgroup>
<col /> <col />
<col /> <col />
<col /> <col />

View File

@@ -112,8 +112,8 @@ if ($action == "main" || $action == "")
$wmList = $sql->db_getList(); $wmList = $sql->db_getList();
$text = $rs->form_open('post', e_SELF, 'myform_wmessage', '', ''); $text = $rs->form_open('post', e_SELF, 'myform_wmessage', '', '');
$text .= "<div style='text-align:center'> $text .= "<div style='text-align:center'>
<table cellpadding='0' cellspacing='0' class='adminlist'> <table class='adminlist'>
<colgroup span='4'> <colgroup>
<col style='width:5%' /> <col style='width:5%' />
<col style='width:60%' /> <col style='width:60%' />
<col style='width:20%' /> <col style='width:20%' />
@@ -174,8 +174,8 @@ if ($action == "create" || $action == "edit")
<div style='text-align:center'> <div style='text-align:center'>
<form method='post' action='".e_SELF."' id='wmform'> <form method='post' action='".e_SELF."' id='wmform'>
<fieldset id='code-wmessage-create'> <fieldset id='code-wmessage-create'>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>
@@ -231,8 +231,8 @@ if ($action == "opt") {
$text = "<div style='text-align:center'> $text = "<div style='text-align:center'>
<form method='post' action='".e_SELF."?".e_QUERY."'>\n <form method='post' action='".e_SELF."?".e_QUERY."'>\n
<fieldset id='code-wmessage-options'> <fieldset id='code-wmessage-options'>
<table cellpadding='0' cellspacing='0' class='adminform'> <table class='adminform'>
<colgroup span='2'> <colgroup>
<col class='col-label' /> <col class='col-label' />
<col class='col-control' /> <col class='col-control' />
</colgroup> </colgroup>