Admin menu has now a JavaScript "effect":
authorRoland Häder <roland@mxchange.org>
Thu, 18 Aug 2011 02:18:18 +0000 (02:18 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 18 Aug 2011 02:18:18 +0000 (02:18 +0000)
commitee3a0b42f93de7676fca549c866c1c2e6f3f0576
tree1a2806b7396f29cf0d4d822c7ea8423b43fc0742
parent5c159f0b199d12742dcd65d5d638cb504ee93c66
Admin menu has now a JavaScript "effect":
- Admin menu system can now be JavaScript-enabled. You need to enable JavaScript
  in your browser to see the full "effect". If you leave it disabled, all menus
  are fully displayed
- The helping text in admin area won't work in JavaScript-enabled mode
- Generic word 'mode' replaced on all (!) places to make it everywhere more
  clear which "mode" I mean there
- TODOs.txt updated
79 files changed:
.gitattributes
DOCS/TODOs.txt
inc/expression-functions.php
inc/extensions/ext-admins.php
inc/extensions/ext-booking.php
inc/extensions/ext-network.php
inc/extensions/ext-sql_patches.php
inc/filter/bonus_filter.php
inc/filter/booking_filter.php
inc/filter/mediadata_filter.php
inc/filters.php
inc/functions.php
inc/language/de.php
inc/language/wernis_de.php
inc/libs/admins_functions.php
inc/libs/booking_functions.php
inc/libs/task_functions.php
inc/libs/user_functions.php
inc/libs/yoomedia_functions.php
inc/modules/admin/admin-inc.php
inc/modules/admin/what-adminedit.php
inc/modules/admin/what-edit_sponsor.php
inc/modules/admin/what-guestedit.php
inc/modules/admin/what-list_admins_acls.php
inc/modules/admin/what-list_country.php
inc/modules/admin/what-list_doubler.php
inc/modules/admin/what-list_user.php
inc/modules/admin/what-memedit.php
inc/modules/admin/what-refbanner.php
inc/modules/admin/what-send_bonus.php
inc/modules/admin/what-send_newsletter.php
inc/modules/guest/what-sponsor_login.php
inc/modules/guest/what-stats.php
inc/modules/member/what-primera.php
inc/modules/member/what-transfer.php
inc/modules/member/what-wernis.php
inc/mysql-manager.php
inc/referral-functions.php
inc/template-functions.php
inc/wrapper-functions.php
js/menu-common.js [new file with mode: 0644]
mailid_top.php
templates/de/html/admin/admin_add_refbanner.tpl
templates/de/html/admin/admin_config_admin.tpl
templates/de/html/admin/admin_delete_admins_row.tpl
templates/de/html/admin/admin_edit_admins_row.tpl
templates/de/html/admin/admin_edit_refbanner.tpl
templates/de/html/admin/admin_edit_sponsor_add_points.tpl
templates/de/html/admin/admin_edit_sponsor_edit.tpl
templates/de/html/admin/admin_edit_sponsor_sub_points.tpl
templates/de/html/admin/admin_list_admins_row.tpl
templates/de/html/admin/admin_list_country_form.tpl
templates/de/html/admin/admin_list_sponsor_details.tpl
templates/de/html/admin/admin_list_sponsor_row.tpl
templates/de/html/admin/admin_main.tpl [new file with mode: 0644]
templates/de/html/admin/admin_main_footer.tpl
templates/de/html/admin/admin_main_header.tpl
templates/de/html/admin/admin_menu_overview_row.tpl
templates/de/html/admin/admin_newsletter.tpl
templates/de/html/admin/admin_newsletter_nohtml.tpl
templates/de/html/admin/admin_send_bonus_form.tpl
templates/de/html/admin/admin_send_bonus_select.tpl
templates/de/html/guest/guest_sponsor_activate.tpl
templates/de/html/guest/guest_sponsor_login.tpl
templates/de/html/guest/guest_sponsor_lost.tpl
templates/de/html/guest/guest_stats_member.tpl
templates/de/html/guest/guest_stats_table.tpl
templates/de/html/js/js_admin_menu_onclick.tpl [new file with mode: 0644]
templates/de/html/mailid/mailid_confirm_buttom.tpl
templates/de/html/mailid/mailid_enter_code.tpl
templates/de/html/mailid/mailid_timer.tpl
templates/de/html/member/member_primera_mode_list.tpl
templates/de/html/member/member_primera_mode_pay.tpl
templates/de/html/member/member_transfer_new.tpl
templates/de/html/member/member_wernis_mode_list.tpl
templates/de/html/member/member_wernis_mode_payout.tpl
templates/de/html/member/member_wernis_mode_withdraw.tpl
templates/de/html/menu/menu_table.tpl
templates/de/html/page_header.tpl