templates/de/html/menu/menu_member_advert_stats.tpl svneol=native#text/plain
templates/de/html/menu/menu_member_advert_surfbar.tpl svneol=native#text/plain
templates/de/html/menu/menu_member_advert_themes.tpl svneol=native#text/plain
+templates/de/html/menu/menu_separator.tpl svneol=native#text/plain
templates/de/html/menu/menu_seperator.tpl svneol=native#text/plain
templates/de/html/menu/menu_table.tpl svneol=native#text/plain
templates/de/html/menu/menu_what_begin.tpl svneol=native#text/plain
}
[-- KOMPLETT LOESCHEN: ---]
-.admin_seperator_b2 {
+.admin_separator_b2 {
...;
...
}
[-- KOMPLETT LOESCHEN: ---]
-.admin_seperator_b3 {
+.admin_separator_b3 {
...;
...
}
[-- KOMPLETT LOESCHEN: ---]
-.admin_seperator_br {
+.admin_separator_br {
...;
...
}
[-- KOMPLETT LOESCHEN: ---]
-.admin_seperator_b {
+.admin_separator_b {
...;
...
}
(NUR PRO-VERSIONEN!)
[-- KOMPLETT LOESCHEN: (SEHR ALTE VERSIONEN!) ---]
-.admin.seperator {
+.admin.separator {
...;
...
}
[-- KOMPLETT LOESCHEN: (NEUERE VERSIONEN!) ---]
-.admin_seperator {
+.admin_separator {
...;
...
}
}
[-- KOMPLETT LOESCHEN: ---]
-.admin_seperator_b2 {
+.admin_separator_b2 {
...;
...
}
[-- KOMPLETT LOESCHEN: ---]
-.admin_seperator_b3 {
+.admin_separator_b3 {
...;
...
}
[-- KOMPLETT LOESCHEN: ---]
-.admin_seperator_br {
+.admin_separator_br {
...;
...
}
[-- KOMPLETT LOESCHEN: ---]
-.admin_seperator_b {
+.admin_separator_b {
...;
...
}
(NUR PRO-VERSIONEN!)
[-- KOMPLETT LOESCHEN: (SEHR ALTE VERSIONEN!) ---]
-.admin.seperator {
+.admin.separator {
...;
...
}
[-- KOMPLETT LOESCHEN: (NEUERE VERSIONEN!) ---]
-.admin_seperator {
+.admin_separator {
...;
...
}
height : 20px;
}
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
height : 15px;
}
height : 35px;
}
-.seperator {
+.separator {
font-size : 1px
}
// Do we have a valid session?
if (((!isset($GLOBALS['valid_session'])) || ($GLOBALS['valid_session'] === false) || (!isset($_COOKIE[session_name()]))) && (isSpider() === false)) {
// Invalid session
- // Determine right seperator
- $seperator = '&';
+ // Determine right separator
+ $separator = '&';
if (!isInString('?', $url)) {
// No question mark
- $seperator = '?';
+ $separator = '?';
} elseif ((!isHtmlOutputMode()) || ($outputMode != '0')) {
// Non-HTML mode (or forced non-HTML mode
- $seperator = '&';
+ $separator = '&';
}
// Add it to URL
if (session_id() != '') {
- $url .= $seperator . session_name() . '=' . session_id();
+ $url .= $separator . session_name() . '=' . session_id();
} // END - if
} // END - if
var $errno = '0';
var $err = '';
- var $seperator = ':';
+ var $separator = ':';
var $username = '';
var $password = '';
$extension = ''; $module_chk = $module;
//* DEBUG: */ debugOutput(__LINE__.'*'.count($modSplit).'/'.$module.'*');
if (count($modSplit) == 2) {
- // Okay, there is a seperator (_) in the name so is the first part a module?
+ // Okay, there is a separator (_) in the name so is the first part a module?
//* DEBUG: */ debugOutput(__LINE__.'*'.$modSplit[0].'*');
if (isExtensionActive($modSplit[0])) {
// The prefix is an extension's name, so let's set it
$NAV .= '</a>';
}
- // Add seperator if we have not yet reached total pages
+ // Add separator if we have not yet reached total pages
if ($page < $numPages) {
// Add it
$NAV .= '|';
//* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'main_cnt=' . $main_cnt . ',getWhat()=' . getWhat());
if (SQL_NUMROWS($result_main) > $main_cnt) {
- // Add seperator
- $GLOBALS['rows'] .= loadTemplate('menu_seperator', true, $mode);
+ // Add separator
+ $GLOBALS['rows'] .= loadTemplate('menu_separator', true, $mode);
// Should we display adverts in this menu?
if ((isExtensionInstalledAndNewer('menu', '0.0.1')) && (getConfig($mode . '_menu_advert_enabled') == 'Y') && ($action != 'admin')) {
// Display advert template
$GLOBALS['rows'] .= loadTemplate('menu_' . $mode . '_advert_' . $action, true);
- // Add seperator again
- $GLOBALS['rows'] .= loadTemplate('menu_seperator', true, $mode);
+ // Add separator again
+ $GLOBALS['rows'] .= loadTemplate('menu_separator', true, $mode);
} // END - if
} // END - if
} // END - while
// Should we display adverts in this menu?
if ((isExtensionInstalledAndNewer('menu', '0.0.1')) && (getConfig($mode . '_menu_advert_enabled') == 'Y')) {
- // Add seperator again
- $GLOBALS['rows'] .= loadTemplate('menu_seperator', true, $mode);
+ // Add separator again
+ $GLOBALS['rows'] .= loadTemplate('menu_separator', true, $mode);
// Display advert template
$GLOBALS['rows'] .= loadTemplate('menu_' . $mode . '_advert_end', true);
{--ADMIN_BANK_PACKAGE_EDIT_TAN_LOCK--}:<br />
<input type="text" class="form_field" name="tan_lock[$content[id]]" size="5" maxlength="10" value="$content[tan_lock]" />
</td>
- <td class="{%template,ColorSwitch%} seperator bottom">
+ <td class="{%template,ColorSwitch%} separator bottom">
<input type="hidden" name="id[]" value="$content[id]" />
</td>
</tr>
{%pipe,generateYesNoOptionList=$content[forced_ads_framebreaker]%}
</select>
</td>
- <td class="{%template,ColorSwitch%} bottom seperator"> </td>
+ <td class="{%template,ColorSwitch%} bottom separator"> </td>
</tr>
<td class="{%template,ColorSwitch%} bottom">
<input type="text" class="form_field" name="network_query_amount[$content[network_id]]" size="4" maxlength="4" value="$content[network_query_amount]" />
</td>
- <td class="{%template,ColorSwitch%} bottom seperator" colspan="2"> </td>
+ <td class="{%template,ColorSwitch%} bottom separator" colspan="2"> </td>
</tr>
--- /dev/null
+<tr>
+ <td class="$content_menu_separator">
+ </td>
+</tr>
-<tr>
- <td class="$content_menu_seperator">
- </td>
-</tr>
+<!-- @DEPRECATED //-->
text-align: left;
}
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
height: 15px;
}
height: 35px;
}
-.seperator {
+.separator {
font-size: 1px
}
height: 20px;
}
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
height: 15px;
}
height: 35px;
}
-.seperator {
+.separator {
font-size: 1px
}
text-align: left;
}
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
height: 15px;
}
height: 35px;
}
-.seperator {
+.separator {
font-size: 1px
}
height : 20px;
}
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
height : 15px;
}
height : 35px;
}
-.seperator {
+.separator {
font-size : 1px
}
font-color : #000000;
}
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
height : 0px;
}
height : 35px;
}
-.seperator {
+.separator {
font-size : 1px
}
padding-right : 5px;
}
-.register_seperator {
+.register_separator {
height : 7px;
font-size : 1px;
}
height : 22px;
}
-.guest_menu_seperator, .member_menu_seperator {
+.guest_menu_separator, .member_menu_separator {
height : 15px;
}
height : 35px;
}
-.seperator {
+.separator {
font-size : 1px
}
padding-right : 5px;
}
-.register_seperator {
+.register_separator {
height : 7px;
font-size : 1px;
}