1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +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

@@ -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>";