mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
some .smalltext removal
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/admin.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/admin.php,v $
|
||||||
| $Revision: 1.20 $
|
| $Revision: 1.21 $
|
||||||
| $Date: 2009-10-26 09:50:57 $
|
| $Date: 2009-10-29 12:39:21 $
|
||||||
| $Author: e107coders $
|
| $Author: marj_nl_fr $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
require_once('../class2.php');
|
require_once('../class2.php');
|
||||||
@@ -168,7 +168,7 @@ function render_links($link, $title, $description, $perms, $icon = FALSE, $mode
|
|||||||
$text = "<tr><td class='forumheader3'>
|
$text = "<tr><td class='forumheader3'>
|
||||||
<div class='td' style='text-align:left; vertical-align:top; width:100%'
|
<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."'\">
|
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
|
else
|
||||||
{
|
{
|
||||||
|
@@ -9,9 +9,9 @@
|
|||||||
* Ban List Management
|
* Ban List Management
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/banlist.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/banlist.php,v $
|
||||||
* $Revision: 1.18 $
|
* $Revision: 1.19 $
|
||||||
* $Date: 2009-10-25 01:43:06 $
|
* $Date: 2009-10-29 12:39:21 $
|
||||||
* $Author: e107coders $
|
* $Author: marj_nl_fr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -579,13 +579,13 @@ switch($action)
|
|||||||
|
|
||||||
for($i = 0; $i < BAN_REASON_COUNT; $i ++)
|
for($i = 0; $i < BAN_REASON_COUNT; $i ++)
|
||||||
{
|
{
|
||||||
$colspan = ($i>1) ? "2" : 1;
|
$colspan = ($i > 1) ? "2" : '1';
|
||||||
|
|
||||||
$text .= "
|
$text .= "
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan='".$colspan."'>
|
<td colspan='".$colspan."'>
|
||||||
".$frm->checkbox("ban_types[{$i}]", $i).$frm->label(constant('BANLAN_10'.$i), "ban_types[{$i}]", $i)."
|
".$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>
|
</td>
|
||||||
|
|
||||||
";
|
";
|
||||||
|
@@ -9,9 +9,9 @@
|
|||||||
* Administration Area - Emotions Settings & Packs
|
* Administration Area - Emotions Settings & Packs
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/emoticon.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/emoticon.php,v $
|
||||||
* $Revision: 1.18 $
|
* $Revision: 1.19 $
|
||||||
* $Date: 2009-10-22 04:19:29 $
|
* $Date: 2009-10-29 12:39:21 $
|
||||||
* $Author: e107coders $
|
* $Author: marj_nl_fr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -287,7 +287,7 @@ class emotec
|
|||||||
<tr>
|
<tr>
|
||||||
<th>".EMOLAN_5."</th>
|
<th>".EMOLAN_5."</th>
|
||||||
<th>".EMOLAN_2."</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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@@ -9,9 +9,9 @@
|
|||||||
* Admin Footer
|
* Admin Footer
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/footer.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/footer.php,v $
|
||||||
* $Revision: 1.15 $
|
* $Revision: 1.16 $
|
||||||
* $Date: 2009-10-01 15:05:40 $
|
* $Date: 2009-10-29 12:39:20 $
|
||||||
* $Author: secretr $
|
* $Author: marj_nl_fr $
|
||||||
*/
|
*/
|
||||||
if (!defined('e107_INIT'))
|
if (!defined('e107_INIT'))
|
||||||
{
|
{
|
||||||
@@ -157,7 +157,7 @@ if (varset($e107_popup) != 1)
|
|||||||
}
|
}
|
||||||
else
|
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)
|
} // End of regular-page footer (the above NOT done for popups)
|
||||||
|
@@ -9,9 +9,9 @@
|
|||||||
* Image Administration Area
|
* Image Administration Area
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
|
||||||
* $Revision: 1.23 $
|
* $Revision: 1.24 $
|
||||||
* $Date: 2009-09-28 07:17:52 $
|
* $Date: 2009-10-29 12:39:20 $
|
||||||
* $Author: e107coders $
|
* $Author: marj_nl_fr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require_once("../class2.php");
|
require_once("../class2.php");
|
||||||
@@ -578,7 +578,7 @@ if (isset($_POST['check_avatar_sizes']))
|
|||||||
<td class='control'>
|
<td class='control'>
|
||||||
<div class='auto-toggle-area autocheck'>
|
<div class='auto-toggle-area autocheck'>
|
||||||
".$frm->checkbox('image_post', 1, $pref['image_post'])."
|
".$frm->checkbox('image_post', 1, $pref['image_post'])."
|
||||||
<div class='smalltext field-help'>".IMALAN_2."</div>
|
<div class='field-help'>".IMALAN_2."</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -588,7 +588,7 @@ if (isset($_POST['check_avatar_sizes']))
|
|||||||
</td>
|
</td>
|
||||||
<td class='control'>
|
<td class='control'>
|
||||||
".r_userclass('image_post_class',$pref['image_post_class'],"off","public,guest,nobody,member,admin,main,classes")."
|
".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>
|
</td>
|
||||||
</tr>
|
</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_14, '0', ($pref['image_post_disabled_method'] == "0"))."
|
||||||
".$frm->option(IMALAN_15, '1', ($pref['image_post_disabled_method'] == "1"))."
|
".$frm->option(IMALAN_15, '1', ($pref['image_post_disabled_method'] == "1"))."
|
||||||
".$frm->select_close()."
|
".$frm->select_close()."
|
||||||
<div class='smalltext field-help'>".IMALAN_13."</div>
|
<div class='field-help'>".IMALAN_13."</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -613,7 +613,7 @@ if (isset($_POST['check_avatar_sizes']))
|
|||||||
".$frm->option('gd2', 'gd2', ($pref['resize_method'] == "gd2"))."
|
".$frm->option('gd2', 'gd2', ($pref['resize_method'] == "gd2"))."
|
||||||
".$frm->option('ImageMagick', 'ImageMagick', ($pref['resize_method'] == "ImageMagick"))."
|
".$frm->option('ImageMagick', 'ImageMagick', ($pref['resize_method'] == "ImageMagick"))."
|
||||||
".$frm->select_close()."
|
".$frm->select_close()."
|
||||||
<div class='smalltext field-help'>".IMALAN_4."</div>
|
<div class='field-help'>".IMALAN_4."</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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='label'>".IMALAN_5."<div class='label-note'>{$IM_NOTE}</div></td>
|
||||||
<td class='control'>
|
<td class='control'>
|
||||||
".$frm->text('im_path', $pref['im_path'])."
|
".$frm->text('im_path', $pref['im_path'])."
|
||||||
<div class='smalltext field-help'>".IMALAN_6."</div>
|
<div class='field-help'>".IMALAN_6."</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -631,7 +631,7 @@ if (isset($_POST['check_avatar_sizes']))
|
|||||||
<td class='control'>
|
<td class='control'>
|
||||||
<div class='auto-toggle-area autocheck'>
|
<div class='auto-toggle-area autocheck'>
|
||||||
".$frm->checkbox('enable_png_image_fix', 1, ($pref['enable_png_image_fix']))."
|
".$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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user