]> git.mxchange.org Git - mailer.git/commit
Admin area 'Referral levels' refactured:
authorRoland Häder <roland@mxchange.org>
Sat, 24 Nov 2012 22:40:38 +0000 (22:40 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 24 Nov 2012 22:40:38 +0000 (22:40 +0000)
commit2cf4fdd43142b6ed33e4fa3a22539a415333a643
tree57a32469f9ef6dffa812435ff71c4d0b109dd287
parent36e9024f652b20497a1e79d9c67b3e2b56806c9c
Admin area 'Referral levels' refactured:
- Listing/adding,editing/deleting of referral levels is now fully rewritten
  to use XML templates, also "build mails" are being sent
- Almost all admin templates with an id number are now expanded with
  'width="30"' to make it look the same (not all pages)
- TODOs.txt updated
84 files changed:
.gitattributes
DOCS/TODOs.txt
inc/callback-functions.php
inc/extensions/ext-sql_patches.php
inc/functions.php
inc/language/de.php
inc/modules/admin/what-config_points.php
inc/modules/admin/what-list_referral_levels.php [new file with mode: 0644]
inc/mysql-manager.php
inc/wrapper-functions.php
templates/de/emails/admin/admin_add_refdepths.tpl [new file with mode: 0644]
templates/de/emails/admin/admin_edit_refdepths.tpl [new file with mode: 0644]
templates/de/html/admin/admin_add_referral_level.tpl [new file with mode: 0644]
templates/de/html/admin/admin_add_reflevel.tpl
templates/de/html/admin/admin_admins_mails_list.tpl
templates/de/html/admin/admin_config_payouts.tpl
templates/de/html/admin/admin_config_points.tpl
templates/de/html/admin/admin_del_bank_packages.tpl
templates/de/html/admin/admin_delete_admins.tpl
templates/de/html/admin/admin_delete_email_bonus.tpl
templates/de/html/admin/admin_delete_email_normal.tpl
templates/de/html/admin/admin_delete_email_notify.tpl
templates/de/html/admin/admin_delete_extensions.tpl
templates/de/html/admin/admin_delete_rallye_prices.tpl
templates/de/html/admin/admin_delete_reflevel.tpl
templates/de/html/admin/admin_delete_user_subids.tpl
templates/de/html/admin/admin_edit_admins.tpl
templates/de/html/admin/admin_edit_admins_acls.tpl
templates/de/html/admin/admin_edit_payouts.tpl
templates/de/html/admin/admin_edit_refdepths.tpl [new file with mode: 0644]
templates/de/html/admin/admin_edit_refdepths_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_edit_reflevel.tpl
templates/de/html/admin/admin_edit_reflevel_row.tpl
templates/de/html/admin/admin_edit_user_subids.tpl
templates/de/html/admin/admin_list_admins.tpl
templates/de/html/admin/admin_list_admins_acls.tpl
templates/de/html/admin/admin_list_bank_package.tpl
templates/de/html/admin/admin_list_booking.tpl
templates/de/html/admin/admin_list_cats.tpl
templates/de/html/admin/admin_list_country.tpl
templates/de/html/admin/admin_list_country_form.tpl
templates/de/html/admin/admin_list_extensions.tpl
templates/de/html/admin/admin_list_forced_ads.tpl
templates/de/html/admin/admin_list_forced_campaigns.tpl
templates/de/html/admin/admin_list_forced_costs.tpl
templates/de/html/admin/admin_list_holiday.tpl
templates/de/html/admin/admin_list_home.tpl
templates/de/html/admin/admin_list_mods.tpl
templates/de/html/admin/admin_list_network_array_translation.tpl
templates/de/html/admin/admin_list_network_data.tpl
templates/de/html/admin/admin_list_network_request_params.tpl
templates/de/html/admin/admin_list_network_types.tpl
templates/de/html/admin/admin_list_network_vcheck_params.tpl
templates/de/html/admin/admin_list_nickname_history.tpl
templates/de/html/admin/admin_list_online.tpl
templates/de/html/admin/admin_list_payments.tpl
templates/de/html/admin/admin_list_points_accounts.tpl
templates/de/html/admin/admin_list_rallye_prices_simple.tpl
templates/de/html/admin/admin_list_rallyes.tpl
templates/de/html/admin/admin_list_refbanner.tpl
templates/de/html/admin/admin_list_refdepths.tpl [new file with mode: 0644]
templates/de/html/admin/admin_list_refdepths_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_list_reflevel.tpl
templates/de/html/admin/admin_list_reflevel_row.tpl
templates/de/html/admin/admin_list_server_name_log.tpl
templates/de/html/admin/admin_list_sponsor_pay.tpl
templates/de/html/admin/admin_list_sponsor_pay_del.tpl
templates/de/html/admin/admin_list_sponsor_pay_edit.tpl
templates/de/html/admin/admin_list_surfbar_actions.tpl
templates/de/html/admin/admin_list_surfbar_urls_row.tpl
templates/de/html/admin/admin_list_task.tpl
templates/de/html/admin/admin_list_task_delete.tpl
templates/de/html/admin/admin_list_user_subid.tpl
templates/de/html/admin/admin_list_user_subid_stats.tpl
templates/de/html/admin/admin_list_wernis_main.tpl
templates/de/html/admin/admin_overview_table.tpl
templates/de/html/admin/admin_unlock_emails.tpl
templates/de/html/admin/admin_unlock_sponsor.tpl
templates/de/html/admin/admin_unlock_surfbar_urls.tpl
templates/de/html/member/member_points.tpl
templates/xml/admin/admin_add_do_referral_levels.xml [new file with mode: 0644]
templates/xml/admin/admin_edit_do_referral_levels.xml [new file with mode: 0644]
templates/xml/admin/admin_edit_show_referral_levels.xml [new file with mode: 0644]
templates/xml/admin/admin_list_referral_levels.xml [new file with mode: 0644]