templates/de/html/admin/admin_extensions_row.tpl -text svneol=unset#text/plain
templates/de/html/admin/admin_extensions_text.tpl -text svneol=unset#text/plain
templates/de/html/admin/admin_footer.tpl -text svneol=unset#text/plain
+templates/de/html/admin/admin_form_selection_box.tpl -text svneol=unset#text/plain
templates/de/html/admin/admin_guest_menu_status.tpl -text svneol=unset#text/plain
templates/de/html/admin/admin_import_theme.tpl -text svneol=unset#text/plain
templates/de/html/admin/admin_import_theme_none.tpl svneol=native#text/plain
./templates/de/html/admin/admin_del_sponsor.tpl:1:<!-- @DEPRECATED //-->
./templates/de/html/admin/admin_del_transfer_row.tpl:1:<!-- @DEPRECATED //-->
./templates/de/html/admin/admin_del_user.tpl:1:<!-- @DEPRECATED //-->
+./templates/de/html/admin/admin_member_selection_box.tpl:1:<!-- @DEPRECATED //-->
./templates/de/html/admin/admin_mods_edit_row.tpl:1:<!-- @DEPRECATED //-->
./templates/de/html/admin/admin_mods_edit.tpl:1:<!-- @DEPRECATED //-->
./templates/de/html/admin/admin_theme_edit_row.tpl:1:<!-- @DEPRECATED //-->
// Admin & member strings
'HOLIDAY_COMMENTS' => "Sonstige Hinweise an uns",
// Admin strings
- 'ADMIN_HOLIDAY_NO_DIRECT_CALL' => "Bite rufen Sie dieses Script über Auflisten auf.",
'ADMIN_TASK_IS_HOLIDAY_REQUEST' => "Urlaubsanfrage",
'ADMIN_HOLIDAY_NOTHING_FOUND' => "Niemand hat Urlaub beantragt.",
'ADMIN_HOLIDAY_TSTART' => "Anfang",
// Output message
loadTemplate('admin_settings_saved', false, $message);
} else {
- // Please call me over other scripts... ;)
- loadTemplate('admin_settings_saved', false, '{--HOLIDAY_NO_DIRECT_CALL--}');
+ // Add member selection box
+ addMemberSelectionBox();
}
// [EOF]
--- /dev/null
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php" method="get">
+<input type="hidden" name="module" value="admin" />
+<input type="hidden" name="what" value="$content[what]" />
+<div class="table dashed">
+ <div class="table_header bottom">
+ <strong>{--ADMIN_SELECTION_BOX_TITLE--}</strong>
+ </div>
+ <div align="center" class="bottom">
+ {--ADMIN_SELECT_USER--}:
+ <select name="userid" size="1" class="form_select">
+ $content[form_selection]
+ </select>
+ </div>
+ <div align="center" class="table_footer">
+ <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+ <input type="submit" class="form_submit" value="{--ADMIN_DO_ACTION--}" />
+ </div>
+</div>
+</form>
+</div>
-<div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php" method="get">
-<input type="hidden" name="module" value="admin" />
-<input type="hidden" name="what" value="$content[what]" />
-<div class="table dashed">
- <div class="table_header bottom">
- <strong>{--ADMIN_SELECTION_BOX_TITLE--}</strong>
- </div>
- <div align="center" class="bottom">
- {--ADMIN_SELECT_USER--}:
- <select name="userid" size="1" class="form_select">
- $content[form_selection]
- </select>
- </div>
- <div align="center" class="table_footer">
- <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
- <input type="submit" class="form_submit" value="{--ADMIN_DO_ACTION--}" />
- </div>
-</div>
-</form>
-</div>
+<!-- @DEPRECATED //-->