From ccb18b206e318281763e5b0ea30e5c2b41df785c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 5 Sep 2008 14:22:11 +0000 Subject: [PATCH] Some template fixes, width='600' removed from many templates, surfbar admin extended (unfinished!) --- .gitattributes | 2 + inc/language/de.php | 4 +- inc/language/en.ph | 4 +- inc/language/surfbar_de.php | 10 +++++ inc/modules/admin/what-email_details.php | 4 +- inc/modules/admin/what-list_surfbar_urls.php | 40 ++++++++++++++++- .../de/html/admin/admin_add_bank_package.tpl | 7 +-- templates/de/html/admin/admin_amenu_edit.tpl | 41 ++++++++--------- .../de/html/admin/admin_config_admin.tpl | 6 +-- .../de/html/admin/admin_del_email_bonus.tpl | 2 +- .../de/html/admin/admin_del_email_normal.tpl | 2 +- templates/de/html/admin/admin_edit_cats.tpl | 30 ++++++------- templates/de/html/admin/admin_edit_email.tpl | 2 +- .../de/html/admin/admin_email_archiv_row.tpl | 2 +- .../de/html/admin/admin_extensions_list.tpl | 43 +++++++++--------- templates/de/html/admin/admin_gmenu_edit.tpl | 44 ++++++++----------- .../de/html/admin/admin_list_extensions.tpl | 41 ++++++++--------- .../html/admin/admin_list_sponsor_details.tpl | 2 +- .../html/admin/admin_list_surfbar_reflvl.tpl | 2 +- .../de/html/admin/admin_list_surfbar_urls.tpl | 29 ++++++++++++ .../admin/admin_list_surfbar_urls_row.tpl | 29 ++++++++++++ .../de/html/admin/admin_list_unconfirmed.tpl | 2 +- .../de/html/admin/admin_mmenu_overview.tpl | 43 ++++++++---------- templates/de/html/admin/admin_points.tpl | 2 +- templates/de/html/admin/admin_theme_list.tpl | 44 ++++++++++--------- .../de/html/admin/admin_unlock_emails_row.tpl | 2 +- .../de/html/member/member_cats_header.tpl | 32 +++++++------- .../html/member/member_holiday_deactivate.tpl | 17 ++++--- .../de/html/member/member_holiday_form.tpl | 6 +-- .../de/html/member/member_stats_table.tpl | 14 +++--- 30 files changed, 295 insertions(+), 213 deletions(-) create mode 100644 templates/de/html/admin/admin_list_surfbar_urls.tpl create mode 100644 templates/de/html/admin/admin_list_surfbar_urls_row.tpl diff --git a/.gitattributes b/.gitattributes index 7ef8ff9fc1..c70f7a82fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -915,6 +915,8 @@ templates/de/html/admin/admin_list_sponsor_pay_row.tpl -text templates/de/html/admin/admin_list_sponsor_row.tpl -text templates/de/html/admin/admin_list_surfbar_reflvl.tpl -text templates/de/html/admin/admin_list_surfbar_reflvl_row.tpl -text +templates/de/html/admin/admin_list_surfbar_urls.tpl -text +templates/de/html/admin/admin_list_surfbar_urls_row.tpl -text templates/de/html/admin/admin_list_task_rows.tpl -text templates/de/html/admin/admin_list_transfer.tpl -text templates/de/html/admin/admin_list_transfer_row.tpl -text diff --git a/inc/language/de.php b/inc/language/de.php index d2e5cc406b..a3b1a13c5b 100644 --- a/inc/language/de.php +++ b/inc/language/de.php @@ -463,14 +463,14 @@ define('EMAIL_RUIDS', "User-IDs"); define('EMAIL_POOL_TYPE', "Derzeitiger Status"); define('EMAIL_TSEND', "Noch zu sendene Mails"); define('EMAIL_URL', "Beworbene URL"); -define('EMAIL_URL_TEST', "URL testen"); +define('ADMIN_TEST_URL', "URL testen"); define('EMAIL_TIMESTAMP', "Gebucht am"); define('GUEST_FRAMETESTER_TOP', "Sollte dieser Text verschwinden, enthält Ihre Webseite einen Frame-Killer!"); define('ADMIN_SELECT_EMAIL_EDIT', "Email auswählen, um diese zu editieren"); define('RESET_SELECT', "Auswahl zurücknehmen"); define('ADMIN_EDIT_EMAIL', "Mailbuchung bearbeiten"); define('ADMIN_CHANGE_EMAIL', "Änderungen speichern"); -define('EMAIL_EDIT_URL', "URL bearbeiten"); +define('EDIT_URL', "URL bearbeiten"); define('EMAIL_EDIT_SUBJ', "Betreff bearbeiten"); define('EMAIL_EDIT_TEXT', "Werbetext bearbeiten"); define('ADMIN_UNLOCK_EMAILS', "Neue Mailbuchungen freischalten"); diff --git a/inc/language/en.ph b/inc/language/en.ph index 8d7d4e477c..54a4d8e39c 100644 --- a/inc/language/en.ph +++ b/inc/language/en.ph @@ -155,14 +155,14 @@ define('EMAIL_RUIDS', "User-IDs"); define('EMAIL_POOL_TYPE', "Derzeitiger Status"); define('EMAIL_TSEND', "Noch zu sendene Mails"); define('EMAIL_URL', "Beworbene URL"); -define('EMAIL_URL_TEST', "URL testen"); +define('ADMIN_TEST_URL', "URL testen"); define('EMAIL_TIMESTAMP', "Gebucht am"); define('GUEST_FRAMETESTER_TOP', "Sollte dieser Text verschwinden, enthält Ihre Webseite einen Frame-Killer!"); define('ADMIN_SELECT_EMAIL_EDIT', "Email auswählen, um diese zu editieren"); define('RESET_SELECT', "Auswahl zurücknehmen"); define('ADMIN_EDIT_EMAIL', "Mailbuchung bearbeiten"); define('ADMIN_CHANGE_EMAIL', "Änderungen speichern"); -define('EMAIL_EDIT_URL', "URL bearbeiten"); +define('EDIT_URL', "URL bearbeiten"); define('EMAIL_EDIT_SUBJ', "Betreff bearbeiten"); define('EMAIL_EDIT_TEXT', "Werbetext bearbeiten"); define('ADMIN_UNLOCK_EMAILS', "Neue Mailbuchungen freischalten"); diff --git a/inc/language/surfbar_de.php b/inc/language/surfbar_de.php index 4660d40f11..806859cf19 100644 --- a/inc/language/surfbar_de.php +++ b/inc/language/surfbar_de.php @@ -50,6 +50,16 @@ define('ADMIN_SURFBAR_NOTIFY_UNLOCK_YES', "Ja, Admin(s) informieren."); define('ADMIN_SURFBAR_NOTIFY_UNLOCK_NO', "Nein, nicht informieren."); define('ADMIN_SURFBAR_NO_REF_LEVELS_FOUND', "Zur Zeit sind keine Referal-Ebenen für die Surfbar eingestellt.
\nBitte installieren Sie die Erweiterung surfbar neu."); define('ADMIN_SURFBAR_ADD_NEW_REFDEPTH', "Neue Referal-Ebene zur Surfbar hinzufügen"); +define('ADMIN_SURFBAR_NO_URLS_FOUND', "Es konnten keine URLs in der Surfbar gefunden werden."); +define('ADMIN_SURFBAR_REWARD', "Vergütung"); +define('ADMIN_SURFBAR_VIEWS_TOTAL', "Gesamtaufrufe"); +define('ADMIN_SURFBAR_STATUS', "URL-Status"); +define('ADMIN_SURFBAR_REGISTERED', "URL aufgenommen"); +define('ADMIN_SURFBAR_LAST_LOCKED', "Zuletzt gesperrt"); +define('ADMIN_SURFBAR_LOCK_REASON', "Sperrgrund"); +define('ADMIN_SURFBAR_EDIT_URL', "URL ändern"); +define('ADMIN_SURFBAR_DEL_URL', "URL löschen"); +define('ADMIN_SURFBAR_UNLOCK_URL', "URL ent-/sperren"); // Subject lines for admins define('ADMIN_SURFBAR_NOTIFY_URL_UNLOCK_SUBJECT', "URL in Surfbar gebucht"); diff --git a/inc/modules/admin/what-email_details.php b/inc/modules/admin/what-email_details.php index b27e002184..190e808c92 100644 --- a/inc/modules/admin/what-email_details.php +++ b/inc/modules/admin/what-email_details.php @@ -206,7 +206,7 @@ if (SQL_NUMROWS($result_list) > 0) ".EMAIL_URL.":
- ".EMAIL_URL_TEST." + ".ADMIN_TEST_URL." ".EMAIL_TIMESTAMP.":
@@ -315,7 +315,7 @@ if ((EXT_IS_ACTIVE("bonus")) && ($WHO == _ALL)) ".EMAIL_URL.":
- ".EMAIL_URL_TEST." + ".ADMIN_TEST_URL." ".EMAIL_TIMESTAMP.":
diff --git a/inc/modules/admin/what-list_surfbar_urls.php b/inc/modules/admin/what-list_surfbar_urls.php index 49d6eb6914..9c3c176e4f 100644 --- a/inc/modules/admin/what-list_surfbar_urls.php +++ b/inc/modules/admin/what-list_surfbar_urls.php @@ -35,12 +35,48 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!is_admin())) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); -} +} // END - if // Add description as navigation point ADD_DESCR("admin", basename(__FILE__)); -// First list all booked URLs (no bonus!) +// List all URLs +$result = SQL_QUERY("SELECT id, userid, url, reward, views_total, status, UNIX_TIMESTAMP(registered) AS registered, UNIX_TIMESTAMP(last_locked) AS last_locked, lock_reason +FROM "._MYSQL_PREFIX."_surfbar_urls +ORDER BY id ASC", __FILE__, __LINE__); + +// Do we have some URLs left? +if (SQL_NUMROWS($result) > 0) { + // List all URLs + $OUT = ""; $SW = 2; + while ($content = SQL_FETCHARRAY($result)) { + // "Translate"/add content + $content['sw'] = $SW; + $content['userid'] = ADMIN_USER_PROFILE_LINK($content['userid']); + $content['url'] = FRAMETESTER($content['url']); + $content['reward'] = TRANSLATE_COMMA($content['reward']); + $content['views_total'] = TRANSLATE_COMMA($content['views_total']); + $content['status'] = SURFBAR_TRANSLATE_STATUS($content['status']); + $content['registered'] = MAKE_DATETIME($content['registered'], 2); + $content['last_locked'] = MAKE_DATETIME($content['last_locked'], 2); + if (empty($content['lock_reason'])) $content['lock_reason'] = "---"; + + // Load row template + $OUT .= LOAD_TEMPLATE("admin_list_surfbar_urls_row", true, $content); + + // Switch color + $SW = 3 - $SW; + } // END - while + + // Load main template + LOAD_TEMPLATE("admin_list_surfbar_urls", false, $OUT); +} else { + // No URLs in surfbar + LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_SURFBAR_NO_URLS_FOUND); +} + +// Free result +SQL_FREERESULT($result); // ?> diff --git a/templates/de/html/admin/admin_add_bank_package.tpl b/templates/de/html/admin/admin_add_bank_package.tpl index b1a5ee7bf4..c8e0a6aa14 100644 --- a/templates/de/html/admin/admin_add_bank_package.tpl +++ b/templates/de/html/admin/admin_add_bank_package.tpl @@ -1,8 +1,5 @@ -
- + +
diff --git a/templates/de/html/admin/admin_amenu_edit.tpl b/templates/de/html/admin/admin_amenu_edit.tpl index 88766c29d8..2c897a08d9 100644 --- a/templates/de/html/admin/admin_amenu_edit.tpl +++ b/templates/de/html/admin/admin_amenu_edit.tpl @@ -1,24 +1,19 @@ - -
{--ADMIN_ADD_BANK_PACKAGE_TITLE--}
- - - - - - - - {!__MENU_ROWS!} - - - + +
{--ID_SELECT--}{--DISPLAY_ACTION--}{--DISPLAY_WHAT--}{--DISPLAY_TITLE--}{--SORT_NAVIGATION--}
+ + + + + + + +{!__MENU_ROWS!} + + +
{--ID_SELECT--}{--DISPLAY_ACTION--}{--DISPLAY_WHAT--}{--DISPLAY_TITLE--}{--SORT_NAVIGATION--}
-
\ No newline at end of file + diff --git a/templates/de/html/admin/admin_config_admin.tpl b/templates/de/html/admin/admin_config_admin.tpl index eae37cf5d5..3fb8cbfa49 100644 --- a/templates/de/html/admin/admin_config_admin.tpl +++ b/templates/de/html/admin/admin_config_admin.tpl @@ -1,7 +1,5 @@ -
- + +
diff --git a/templates/de/html/admin/admin_del_email_bonus.tpl b/templates/de/html/admin/admin_del_email_bonus.tpl index fb25840459..37449f7cb3 100644 --- a/templates/de/html/admin/admin_del_email_bonus.tpl +++ b/templates/de/html/admin/admin_del_email_bonus.tpl @@ -14,7 +14,7 @@ + href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}
{--ADMIN_CONFIG_ADMIN_MENU_HEADER--}{!__ID!} {!__SUBJECT!} {--EMAIL_URL_TEST--} {!__ORDERED!}
diff --git a/templates/de/html/admin/admin_del_email_normal.tpl b/templates/de/html/admin/admin_del_email_normal.tpl index 8c2b29a000..a4107fd873 100644 --- a/templates/de/html/admin/admin_del_email_normal.tpl +++ b/templates/de/html/admin/admin_del_email_normal.tpl @@ -16,7 +16,7 @@ {!__SENDER!} {!__SUBJECT!} {--EMAIL_URL_TEST--} + href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--} {!__ORDERED!} diff --git a/templates/de/html/admin/admin_edit_cats.tpl b/templates/de/html/admin/admin_edit_cats.tpl index 465d717b82..7464064911 100644 --- a/templates/de/html/admin/admin_edit_cats.tpl +++ b/templates/de/html/admin/admin_edit_cats.tpl @@ -1,18 +1,16 @@ - - - - - - + +
{--EDIT_CATEGORIES--}: - {!__CAT_ROWS!} -
+ + + +{!__CAT_ROWS!} + + +
+ {--EDIT_CATEGORIES--}: +
diff --git a/templates/de/html/admin/admin_edit_email.tpl b/templates/de/html/admin/admin_edit_email.tpl index 7f72fef6f0..a277adba4d 100644 --- a/templates/de/html/admin/admin_edit_email.tpl +++ b/templates/de/html/admin/admin_edit_email.tpl @@ -10,7 +10,7 @@   - {--EMAIL_EDIT_URL--}: + {--EDIT_URL--}:   {--EMAIL_URL--}:
{--EMAIL_URL_TEST--} + target="_blank">{--ADMIN_TEST_URL--} {--EMAIL_TIMESTAMP--}:
$content[stamp] diff --git a/templates/de/html/admin/admin_extensions_list.tpl b/templates/de/html/admin/admin_extensions_list.tpl index bb63894ba7..c212e1a294 100644 --- a/templates/de/html/admin/admin_extensions_list.tpl +++ b/templates/de/html/admin/admin_extensions_list.tpl @@ -1,21 +1,22 @@ - - - - - - - - - - - - {--__EXTENSIONS_ROWS--} - - - - -
- {--ADMIN_EXT_NEW_FOUND_TITLE--}:
{--ID_SELECT--}{--ADMIN_EXT_DOWNLOAD_LINK--}{--ADMIN_EXT_FILE_CTIME--}{--ADMIN_EXT_FILE_SIZE--}{--ADMIN_EXT_FILE_VERSION--}
{--ADMIN_EXT_TOTAL_FOUND--}: - {--__TEXT_VALUE!}{--ADMIN_EXT_TOTAL_FSIZE--}:  {--__TKBYTES_VALUE!} - {--KBYTES--}  
\ No newline at end of file + + + + + + + + + + + +{--__EXTENSIONS_ROWS--} + + + + +
+ {--ADMIN_EXT_NEW_FOUND_TITLE--}:
{--ID_SELECT--}{--ADMIN_EXT_DOWNLOAD_LINK--}{--ADMIN_EXT_FILE_CTIME--}{--ADMIN_EXT_FILE_SIZE--}{--ADMIN_EXT_FILE_VERSION--}
+ {--ADMIN_EXT_TOTAL_FOUND--}: {!__TEXT_VALUE!} + + {--ADMIN_EXT_TOTAL_FSIZE--}: {!__TKBYTES_VALUE!} {--KBYTES--} +
diff --git a/templates/de/html/admin/admin_gmenu_edit.tpl b/templates/de/html/admin/admin_gmenu_edit.tpl index ba98de7eae..f4298c339f 100644 --- a/templates/de/html/admin/admin_gmenu_edit.tpl +++ b/templates/de/html/admin/admin_gmenu_edit.tpl @@ -1,26 +1,20 @@ -
- - - - - - - - - {!__MENU_ROWS!} - - - + +
{--ID_SELECT--}{--DISPLAY_ACTION--}{--DISPLAY_WHAT--}{--DISPLAY_TITLE--}{--SORT_NAVIGATION--}
+ + + + + + + +{!__MENU_ROWS!} + + +
{--ID_SELECT--}{--DISPLAY_ACTION--}{--DISPLAY_WHAT--}{--DISPLAY_TITLE--}{--SORT_NAVIGATION--}
-
\ No newline at end of file + diff --git a/templates/de/html/admin/admin_list_extensions.tpl b/templates/de/html/admin/admin_list_extensions.tpl index 3889a6163a..8519566512 100644 --- a/templates/de/html/admin/admin_list_extensions.tpl +++ b/templates/de/html/admin/admin_list_extensions.tpl @@ -1,21 +1,22 @@ - - - - - - - - - - - - {!__EXTENSIONS_ROWS!} - - - - +
- {--ADMIN_EXT_NEW_FOUND_TITLE--}:
{--ID_SELECT--}{--ADMIN_EXT_DOWNLOAD_LINK--}{--ADMIN_EXT_FILE_CTIME--}{--ADMIN_EXT_FILE_SIZE--}{--ADMIN_EXT_FILE_VERSION--}
{--ADMIN_EXT_TOTAL_FOUND--}: - {!__TEXT_VALUE!}{--ADMIN_EXT_TOTAL_FSIZE--}:  {--__TKBYTES_VALUE!} - {--KBYTES--}  
+ + + + + + + + + + +{!__EXTENSIONS_ROWS!} + + + +
+ {--ADMIN_EXT_NEW_FOUND_TITLE--}:
{--ID_SELECT--}{--ADMIN_EXT_DOWNLOAD_LINK--}{--ADMIN_EXT_FILE_CTIME--}{--ADMIN_EXT_FILE_SIZE--}{--ADMIN_EXT_FILE_VERSION--}
+ {--ADMIN_EXT_TOTAL_FOUND--}: {!__TEXT_VALUE!} + + {--ADMIN_EXT_TOTAL_FSIZE--}: {--__TKBYTES_VALUE!} {--KBYTES--} +
diff --git a/templates/de/html/admin/admin_list_sponsor_details.tpl b/templates/de/html/admin/admin_list_sponsor_details.tpl index 577ba20b9b..dcc94415ba 100644 --- a/templates/de/html/admin/admin_list_sponsor_details.tpl +++ b/templates/de/html/admin/admin_list_sponsor_details.tpl @@ -64,7 +64,7 @@ {--SPONSOR_ENTER_URL--}:  -  [ {--EMAIL_URL_TEST--} ]  +  [ {--ADMIN_TEST_URL--} ]  diff --git a/templates/de/html/admin/admin_list_surfbar_reflvl.tpl b/templates/de/html/admin/admin_list_surfbar_reflvl.tpl index ba2fb7661b..5c69dc56c4 100644 --- a/templates/de/html/admin/admin_list_surfbar_reflvl.tpl +++ b/templates/de/html/admin/admin_list_surfbar_reflvl.tpl @@ -1,5 +1,5 @@
- +
diff --git a/templates/de/html/admin/admin_list_surfbar_urls.tpl b/templates/de/html/admin/admin_list_surfbar_urls.tpl new file mode 100644 index 0000000000..725f8bd8b7 --- /dev/null +++ b/templates/de/html/admin/admin_list_surfbar_urls.tpl @@ -0,0 +1,29 @@ + +
{--EDIT_DEL_REFDEPTH--}
+ + + + + + + + + + + + + + +$content + + + +
+ {--EDIT_DEL_REFDEPTH--} +
{--ID_SELECT--}{--_UID--}{--ADMIN_TEST_URL--}{--ADMIN_SURFBAR_REWARD--}{--ADMIN_SURFBAR_VIEWS_TOTAL--}{--ADMIN_SURFBAR_STATUS--}{--ADMIN_SURFBAR_REGISTERED--}{--ADMIN_SURFBAR_LAST_LOCKED--}{--ADMIN_SURFBAR_LOCK_REASON--}
+
diff --git a/templates/de/html/admin/admin_list_surfbar_urls_row.tpl b/templates/de/html/admin/admin_list_surfbar_urls_row.tpl new file mode 100644 index 0000000000..e1bfc67e05 --- /dev/null +++ b/templates/de/html/admin/admin_list_surfbar_urls_row.tpl @@ -0,0 +1,29 @@ + + + + + + $content[userid] + + + {--ADMIN_TEST_URL--} + + + $content[reward] {!POINTS!} + + + $content[views_total] + + + $content[status] + + + $content[registered] + + + $content[last_locked] + + + $content[lock_reason] + + diff --git a/templates/de/html/admin/admin_list_unconfirmed.tpl b/templates/de/html/admin/admin_list_unconfirmed.tpl index f0c02dcf95..a2ed8f0aba 100644 --- a/templates/de/html/admin/admin_list_unconfirmed.tpl +++ b/templates/de/html/admin/admin_list_unconfirmed.tpl @@ -14,7 +14,7 @@ {--EMAIL_URL--}:
{--EMAIL_URL_TEST--} + target="_blank">{--ADMIN_TEST_URL--} {--EMAIL_TIMESTAMP--}:
{--__LIST_UNCON_STAMP--} diff --git a/templates/de/html/admin/admin_mmenu_overview.tpl b/templates/de/html/admin/admin_mmenu_overview.tpl index 201bf503fd..1f256b18b8 100644 --- a/templates/de/html/admin/admin_mmenu_overview.tpl +++ b/templates/de/html/admin/admin_mmenu_overview.tpl @@ -1,25 +1,20 @@ -
- - - - - - - - - {!__MENU_ROWS!} - - - + +
{--ID_SELECT--}{--DISPLAY_ACTION--}{--DISPLAY_WHAT--}{--DISPLAY_TITLE--}{--SORT_NAVIGATION--}
+ + + + + + + +{!__MENU_ROWS!} + + +
{--ID_SELECT--}{--DISPLAY_ACTION--}{--DISPLAY_WHAT--}{--DISPLAY_TITLE--}{--SORT_NAVIGATION--}
-
\ No newline at end of file + diff --git a/templates/de/html/admin/admin_points.tpl b/templates/de/html/admin/admin_points.tpl index 2b9db38532..2a9789e959 100644 --- a/templates/de/html/admin/admin_points.tpl +++ b/templates/de/html/admin/admin_points.tpl @@ -1,5 +1,5 @@
- +
{--EDIT_DEL_REFDEPTH--} diff --git a/templates/de/html/admin/admin_theme_list.tpl b/templates/de/html/admin/admin_theme_list.tpl index d0d3841679..ac7cb3fe9b 100644 --- a/templates/de/html/admin/admin_theme_list.tpl +++ b/templates/de/html/admin/admin_theme_list.tpl @@ -1,21 +1,23 @@ - - - - - - - - - - - - {--__THEMES_ROWS--} - - - - -
- {--ADMIN_THEME_NEW_FOUND_TITLE--}:
{--ID_SELECT--}{--ADMIN_EXT_DOWNLOAD_LINK--}{--ADMIN_THEME_FILE_CTIME--}{--ADMIN_EXT_FILE_SIZE--}{--THEME_VERSION--}
{--ADMIN_THEME_TOTAL_FOUND--}: - {--__TTHEME_VALUE!}{--ADMIN_EXT_TOTAL_FSIZE--}:  {--__TKBYTES_VALUE!} - {--KBYTES--}  
\ No newline at end of file + + + + + + + + + + + +{!__THEMES_ROWS!} + + + + +
+ {--ADMIN_THEME_NEW_FOUND_TITLE--}: +
{--ID_SELECT--}{--ADMIN_EXT_DOWNLOAD_LINK--}{--ADMIN_THEME_FILE_CTIME--}{--ADMIN_EXT_FILE_SIZE--}{--THEME_VERSION--}
+ {--ADMIN_THEME_TOTAL_FOUND--}: {!__TTHEME_VALUE!} + + {--ADMIN_EXT_TOTAL_FSIZE--}: {!__TKBYTES_VALUE!} {--KBYTES--} +
diff --git a/templates/de/html/admin/admin_unlock_emails_row.tpl b/templates/de/html/admin/admin_unlock_emails_row.tpl index 90e0ace3c6..4b00859d3f 100644 --- a/templates/de/html/admin/admin_unlock_emails_row.tpl +++ b/templates/de/html/admin/admin_unlock_emails_row.tpl @@ -6,7 +6,7 @@
$content[u_link] $content[subj] {--EMAIL_URL_TEST--} {--ADMIN_TEST_URL--} diff --git a/templates/de/html/member/member_cats_header.tpl b/templates/de/html/member/member_cats_header.tpl index 4d6e497490..0f7ed33647 100644 --- a/templates/de/html/member/member_cats_header.tpl +++ b/templates/de/html/member/member_cats_header.tpl @@ -1,17 +1,15 @@ - - - - - - - - - - - - - - - \ No newline at end of file + +
 {--CATNAME--} {--SELECT_CAT--} 
+ + + + + + + + + + + + + diff --git a/templates/de/html/member/member_holiday_deactivate.tpl b/templates/de/html/member/member_holiday_deactivate.tpl index 8566985863..a6b203f890 100644 --- a/templates/de/html/member/member_holiday_deactivate.tpl +++ b/templates/de/html/member/member_holiday_deactivate.tpl @@ -1,7 +1,5 @@ - -
 {--CATNAME--} {--SELECT_CAT--} 
+ +
- - +
{--HOLIDAY_MEMBER_DEACTIVATE_TITLE--} @@ -38,17 +36,18 @@  
{--HOLIDAY_DEACTIVATE_NOTES--} + + {--HOLIDAY_DEACTIVATE_NOTES--}
 
diff --git a/templates/de/html/member/member_holiday_form.tpl b/templates/de/html/member/member_holiday_form.tpl index afcea270b6..c0c16b6b9a 100644 --- a/templates/de/html/member/member_holiday_form.tpl +++ b/templates/de/html/member/member_holiday_form.tpl @@ -1,7 +1,5 @@ -
- + +
diff --git a/templates/de/html/member/member_stats_table.tpl b/templates/de/html/member/member_stats_table.tpl index b497a5239f..2b2f078dec 100644 --- a/templates/de/html/member/member_stats_table.tpl +++ b/templates/de/html/member/member_stats_table.tpl @@ -1,8 +1,8 @@ -
{--HOLIDAY_MEMBER_TITLE--}
- - - - {--__STATS_ROWS--} +
- {--MEMBER_POOL_CONTENT--}
+ + + +{!__STATS_ROWS!}
+ {--MEMBER_POOL_CONTENT--} +
-- 2.30.2