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

some .smalltext removal

This commit is contained in:
marj 2009-10-29 12:39:21 +00:00
parent 06ed71dfef
commit 91cd854578
5 changed files with 26 additions and 26 deletions

View File

@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/admin.php,v $
| $Revision: 1.20 $
| $Date: 2009-10-26 09:50:57 $
| $Author: e107coders $
| $Revision: 1.21 $
| $Date: 2009-10-29 12:39:21 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
require_once('../class2.php');
@ -168,7 +168,7 @@ function render_links($link, $title, $description, $perms, $icon = FALSE, $mode
$text = "<tr><td class='forumheader3'>
<div class='td' style='text-align:left; vertical-align:top; width:100%'
onmouseover=\"eover(this, 'forumheader5')\" onmouseout=\"eover(this, 'td')\" onclick=\"document.location.href='".$link."'\">
".$icon." <b>".$title."</b> ".($description ? "[ <span class='smalltext'>".$description."</span> ]" : "")."</div></td></tr>";
".$icon." <b>".$title."</b> ".($description ? "[ <span class='field-help'>".$description."</span> ]" : "")."</div></td></tr>";
}
else
{

View File

@ -9,9 +9,9 @@
* Ban List Management
*
* $Source: /cvs_backup/e107_0.8/e107_admin/banlist.php,v $
* $Revision: 1.18 $
* $Date: 2009-10-25 01:43:06 $
* $Author: e107coders $
* $Revision: 1.19 $
* $Date: 2009-10-29 12:39:21 $
* $Author: marj_nl_fr $
*
*/
@ -579,13 +579,13 @@ switch($action)
for($i = 0; $i < BAN_REASON_COUNT; $i ++)
{
$colspan = ($i>1) ? "2" : 1;
$colspan = ($i > 1) ? "2" : '1';
$text .= "
<tr>
<td colspan='".$colspan."'>
".$frm->checkbox("ban_types[{$i}]", $i).$frm->label(constant('BANLAN_10'.$i), "ban_types[{$i}]", $i)."
<span class='smalltext'>(".constant('BANLAN_11'.$i).")</span>
<span class='field-help'>(".constant('BANLAN_11'.$i).")</span>
</td>
";

View File

@ -9,9 +9,9 @@
* Administration Area - Emotions Settings & Packs
*
* $Source: /cvs_backup/e107_0.8/e107_admin/emoticon.php,v $
* $Revision: 1.18 $
* $Date: 2009-10-22 04:19:29 $
* $Author: e107coders $
* $Revision: 1.19 $
* $Date: 2009-10-29 12:39:21 $
* $Author: marj_nl_fr $
*
*/
@ -287,7 +287,7 @@ class emotec
<tr>
<th>".EMOLAN_5."</th>
<th>".EMOLAN_2."</th>
<th class='last'>".EMOLAN_6."<span class='smalltext'> ( ".EMOLAN_7." )</span></th>
<th class='last'>".EMOLAN_6."<span class='field-help'> ( ".EMOLAN_7." )</span></th>
</tr>
</thead>
<tbody>

View File

@ -9,9 +9,9 @@
* Admin Footer
*
* $Source: /cvs_backup/e107_0.8/e107_admin/footer.php,v $
* $Revision: 1.15 $
* $Date: 2009-10-01 15:05:40 $
* $Author: secretr $
* $Revision: 1.16 $
* $Date: 2009-10-29 12:39:20 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT'))
{
@ -157,7 +157,7 @@ if (varset($e107_popup) != 1)
}
else
{
echo($rinfo ? "\n<div class='e-footer-info smalltext'>{$rinfo}</div>\n" : "");
echo($rinfo ? "\n<div class='e-footer-info'>{$rinfo}</div>\n" : "");
}
} // End of regular-page footer (the above NOT done for popups)

View File

@ -9,9 +9,9 @@
* Image Administration Area
*
* $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
* $Revision: 1.23 $
* $Date: 2009-09-28 07:17:52 $
* $Author: e107coders $
* $Revision: 1.24 $
* $Date: 2009-10-29 12:39:20 $
* $Author: marj_nl_fr $
*
*/
require_once("../class2.php");
@ -578,7 +578,7 @@ if (isset($_POST['check_avatar_sizes']))
<td class='control'>
<div class='auto-toggle-area autocheck'>
".$frm->checkbox('image_post', 1, $pref['image_post'])."
<div class='smalltext field-help'>".IMALAN_2."</div>
<div class='field-help'>".IMALAN_2."</div>
</div>
</td>
</tr>
@ -588,7 +588,7 @@ if (isset($_POST['check_avatar_sizes']))
</td>
<td class='control'>
".r_userclass('image_post_class',$pref['image_post_class'],"off","public,guest,nobody,member,admin,main,classes")."
<div class='smalltext field-help'>".IMALAN_11."</div>
<div class='field-help'>".IMALAN_11."</div>
</td>
</tr>
@ -601,7 +601,7 @@ if (isset($_POST['check_avatar_sizes']))
".$frm->option(IMALAN_14, '0', ($pref['image_post_disabled_method'] == "0"))."
".$frm->option(IMALAN_15, '1', ($pref['image_post_disabled_method'] == "1"))."
".$frm->select_close()."
<div class='smalltext field-help'>".IMALAN_13."</div>
<div class='field-help'>".IMALAN_13."</div>
</td>
</tr>
@ -613,7 +613,7 @@ if (isset($_POST['check_avatar_sizes']))
".$frm->option('gd2', 'gd2', ($pref['resize_method'] == "gd2"))."
".$frm->option('ImageMagick', 'ImageMagick', ($pref['resize_method'] == "ImageMagick"))."
".$frm->select_close()."
<div class='smalltext field-help'>".IMALAN_4."</div>
<div class='field-help'>".IMALAN_4."</div>
</td>
</tr>
@ -621,7 +621,7 @@ if (isset($_POST['check_avatar_sizes']))
<td class='label'>".IMALAN_5."<div class='label-note'>{$IM_NOTE}</div></td>
<td class='control'>
".$frm->text('im_path', $pref['im_path'])."
<div class='smalltext field-help'>".IMALAN_6."</div>
<div class='field-help'>".IMALAN_6."</div>
</td>
</tr>
@ -631,7 +631,7 @@ if (isset($_POST['check_avatar_sizes']))
<td class='control'>
<div class='auto-toggle-area autocheck'>
".$frm->checkbox('enable_png_image_fix', 1, ($pref['enable_png_image_fix']))."
<div class='smalltext field-help'>".IMALAN_35."</div>
<div class='field-help'>".IMALAN_35."</div>
</div>
</td>
</tr>