Several template fixes/cleanups, naming convention applied:
authorRoland Häder <roland@mxchange.org>
Tue, 22 Jun 2010 01:57:02 +0000 (01:57 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 22 Jun 2010 01:57:02 +0000 (01:57 +0000)
commit82d72ce0fd29e2714e62bd11997272eaf6110fd6
tree1cbebc90a1d938736967189154b84f252bbb9c7b
parent76fd13e5938a334f08e43893eb9a4ff49f72bf07
Several template fixes/cleanups, naming convention applied:
- Several templates fixed (see naming convention below)
- Some more HTML code swapped out to templates
- New naming convention: _en_ is obsolete, we use _enable_ and same for _di_,
  we now use _disable_. _mem_ is obsolete, too. We now use _member_.
- TODOs.txt updated
35 files changed:
.gitattributes
DOCS/TODOs.txt
inc/databases.php
inc/expression-functions.php
inc/extensions/ext-beg.php
inc/extensions/ext-bonus.php
inc/functions.php
inc/language/beg_de.php
inc/language/bonus_de.php
inc/language/de.php
inc/libs/rallye_functions.php
inc/libs/register_functions.php
inc/libs/sponsor_functions.php
inc/mails/beg_mails.php
inc/mails/bonus_mails.php
inc/modules/admin/what-config_beg.php
inc/modules/admin/what-config_bonus.php
inc/modules/admin/what-list_user.php
inc/modules/login.php
inc/modules/member/what-refback.php
inc/wrapper-functions.php
show_bonus.php
templates/de/html/admin/admin_config_beg.tpl
templates/de/html/admin/admin_config_bonus.tpl
templates/de/html/admin/admin_del_user.tpl
templates/de/html/admin/admin_list_cats_404.tpl
templates/de/html/admin/admin_list_user_row.tpl
templates/de/html/admin/admin_lock_user.tpl
templates/de/html/guest/guest_rallye.tpl [new file with mode: 0644]
templates/de/html/guest/guest_rallye_expired_footer.tpl
templates/de/html/guest/guest_rallye_expired_header.tpl
templates/de/html/guest/guest_rallye_footer.tpl
templates/de/html/guest/guest_rallye_header.tpl
templates/de/html/guest/guest_rallye_row.tpl [new file with mode: 0644]
templates/de/html/show_bonus_msg.tpl