|
@@ -62,7 +62,7 @@ function template_admin()
|
|
<div id="live_news" class="floatleft">
|
|
<div id="live_news" class="floatleft">
|
|
<div class="cat_bar">
|
|
<div class="cat_bar">
|
|
<h3 class="catbg">
|
|
<h3 class="catbg">
|
|
- <span class="ie6_header floatleft"><a href="', $scripturl, '?action=helpadmin;help=live_news" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a> ', $txt['live'], '</span>
|
|
|
|
|
|
+ <span class="ie6_header floatleft"><a href="', $scripturl, '?action=helpadmin;help=live_news" onclick="return reqOverlayDiv(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a> ', $txt['live'], '</span>
|
|
</h3>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
<div class="windowbg nopadding">
|
|
<div class="windowbg nopadding">
|
|
@@ -808,7 +808,7 @@ function template_show_settings()
|
|
echo '
|
|
echo '
|
|
<div class="cat_bar">
|
|
<div class="cat_bar">
|
|
<h3 class="', !empty($config_var['class']) ? $config_var['class'] : 'catbg', '"', !empty($config_var['force_div_id']) ? ' id="' . $config_var['force_div_id'] . '"' : '', '>
|
|
<h3 class="', !empty($config_var['class']) ? $config_var['class'] : 'catbg', '"', !empty($config_var['force_div_id']) ? ' id="' . $config_var['force_div_id'] . '"' : '', '>
|
|
- ', ($config_var['help'] ? '<a href="' . $scripturl . '?action=helpadmin;help=' . $config_var['help'] . '" onclick="return reqWin(this.href);" class="help"><img src="' . $settings['images_url'] . '/helptopics.png" class="icon" alt="' . $txt['help'] . '" /></a>' : ''), '
|
|
|
|
|
|
+ ', ($config_var['help'] ? '<a href="' . $scripturl . '?action=helpadmin;help=' . $config_var['help'] . '" onclick="return reqOverlayDiv(this.href);" class="help"><img src="' . $settings['images_url'] . '/helptopics.png" class="icon" alt="' . $txt['help'] . '" /></a>' : ''), '
|
|
', $config_var['label'], '
|
|
', $config_var['label'], '
|
|
</h3>
|
|
</h3>
|
|
</div>';
|
|
</div>';
|
|
@@ -869,7 +869,7 @@ function template_show_settings()
|
|
// Show the [?] button.
|
|
// Show the [?] button.
|
|
if ($config_var['help'])
|
|
if ($config_var['help'])
|
|
echo '
|
|
echo '
|
|
- <a id="setting_', $config_var['name'], '" href="', $scripturl, '?action=helpadmin;help=', $config_var['help'], '" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a><span', ($config_var['disabled'] ? ' style="color: #777777;"' : ($config_var['invalid'] ? ' class="error"' : '')), '><label for="', $config_var['name'], '">', $config_var['label'], '</label>', $subtext, ($config_var['type'] == 'password' ? '<br /><em>' . $txt['admin_confirm_password'] . '</em>' : ''), '</span>
|
|
|
|
|
|
+ <a id="setting_', $config_var['name'], '" href="', $scripturl, '?action=helpadmin;help=', $config_var['help'], '" onclick="return reqOverlayDiv(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a><span', ($config_var['disabled'] ? ' style="color: #777777;"' : ($config_var['invalid'] ? ' class="error"' : '')), '><label for="', $config_var['name'], '">', $config_var['label'], '</label>', $subtext, ($config_var['type'] == 'password' ? '<br /><em>' . $txt['admin_confirm_password'] . '</em>' : ''), '</span>
|
|
</dt>';
|
|
</dt>';
|
|
else
|
|
else
|
|
echo '
|
|
echo '
|
|
@@ -920,7 +920,7 @@ function template_show_settings()
|
|
foreach ($bbcColumn as $bbcTag)
|
|
foreach ($bbcColumn as $bbcTag)
|
|
echo '
|
|
echo '
|
|
<li class="list_bbc floatleft">
|
|
<li class="list_bbc floatleft">
|
|
- <input type="checkbox" name="', $config_var['name'], '_enabledTags[]" id="tag_', $config_var['name'], '_', $bbcTag['tag'], '" value="', $bbcTag['tag'], '"', !in_array($bbcTag['tag'], $context['bbc_sections'][$config_var['name']]['disabled']) ? ' checked="checked"' : '', ' class="input_check" /> <label for="tag_', $config_var['name'], '_', $bbcTag['tag'], '">', $bbcTag['tag'], '</label>', $bbcTag['show_help'] ? ' (<a href="' . $scripturl . '?action=helpadmin;help=tag_' . $bbcTag['tag'] . '" onclick="return reqWin(this.href);">?</a>)' : '', '
|
|
|
|
|
|
+ <input type="checkbox" name="', $config_var['name'], '_enabledTags[]" id="tag_', $config_var['name'], '_', $bbcTag['tag'], '" value="', $bbcTag['tag'], '"', !in_array($bbcTag['tag'], $context['bbc_sections'][$config_var['name']]['disabled']) ? ' checked="checked"' : '', ' class="input_check" /> <label for="tag_', $config_var['name'], '_', $bbcTag['tag'], '">', $bbcTag['tag'], '</label>', $bbcTag['show_help'] ? ' (<a href="' . $scripturl . '?action=helpadmin;help=tag_' . $bbcTag['tag'] . '" onclick="return reqOverlayDiv(this.href);">?</a>)' : '', '
|
|
</li>';
|
|
</li>';
|
|
}
|
|
}
|
|
echo ' </ul>
|
|
echo ' </ul>
|
|
@@ -1113,7 +1113,7 @@ function template_edit_profile_field()
|
|
</select>
|
|
</select>
|
|
</dd>
|
|
</dd>
|
|
<dt>
|
|
<dt>
|
|
- <a id="field_show_enclosed" href="', $scripturl, '?action=helpadmin;help=field_show_enclosed" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a>
|
|
|
|
|
|
+ <a id="field_show_enclosed" href="', $scripturl, '?action=helpadmin;help=field_show_enclosed" onclick="return reqOverlayDiv(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a>
|
|
<strong><label for="enclose">', $txt['custom_edit_enclose'], ':</label></strong><br />
|
|
<strong><label for="enclose">', $txt['custom_edit_enclose'], ':</label></strong><br />
|
|
<span class="smalltext">', $txt['custom_edit_enclose_desc'], '</span>
|
|
<span class="smalltext">', $txt['custom_edit_enclose_desc'], '</span>
|
|
</dt>
|
|
</dt>
|
|
@@ -1158,7 +1158,7 @@ function template_edit_profile_field()
|
|
<input type="checkbox" name="bbc" id="bbc_dd"', $context['field']['bbc'] ? ' checked="checked"' : '', ' class="input_check" />
|
|
<input type="checkbox" name="bbc" id="bbc_dd"', $context['field']['bbc'] ? ' checked="checked"' : '', ' class="input_check" />
|
|
</dd>
|
|
</dd>
|
|
<dt id="options_dt">
|
|
<dt id="options_dt">
|
|
- <a href="', $scripturl, '?action=helpadmin;help=customoptions" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a>
|
|
|
|
|
|
+ <a href="', $scripturl, '?action=helpadmin;help=customoptions" onclick="return reqOverlayDiv(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a>
|
|
<strong><label for="options_dd">', $txt['custom_edit_options'], ':</label></strong><br />
|
|
<strong><label for="options_dd">', $txt['custom_edit_options'], ':</label></strong><br />
|
|
<span class="smalltext">', $txt['custom_edit_options_desc'], '</span>
|
|
<span class="smalltext">', $txt['custom_edit_options_desc'], '</span>
|
|
</dt>
|
|
</dt>
|
|
@@ -1187,7 +1187,7 @@ function template_edit_profile_field()
|
|
<legend>', $txt['custom_edit_advanced'], '</legend>
|
|
<legend>', $txt['custom_edit_advanced'], '</legend>
|
|
<dl class="settings">
|
|
<dl class="settings">
|
|
<dt id="mask_dt">
|
|
<dt id="mask_dt">
|
|
- <a id="custom_mask" href="', $scripturl, '?action=helpadmin;help=custom_mask" onclick="return reqWin(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a>
|
|
|
|
|
|
+ <a id="custom_mask" href="', $scripturl, '?action=helpadmin;help=custom_mask" onclick="return reqOverlayDiv(this.href);" class="help"><img src="', $settings['images_url'], '/helptopics.png" class="icon" alt="', $txt['help'], '" /></a>
|
|
<strong><label for="mask">', $txt['custom_edit_mask'], ':</label></strong><br />
|
|
<strong><label for="mask">', $txt['custom_edit_mask'], ':</label></strong><br />
|
|
<span class="smalltext">', $txt['custom_edit_mask_desc'], '</span>
|
|
<span class="smalltext">', $txt['custom_edit_mask_desc'], '</span>
|
|
</dt>
|
|
</dt>
|