Some templates renamed, fixed of double-init of extension notes:
authorRoland Häder <roland@mxchange.org>
Wed, 30 Jun 2010 11:18:36 +0000 (11:18 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 30 Jun 2010 11:18:36 +0000 (11:18 +0000)
commit56d013d98342508c517a61a84c39e5cebe83641e
treef1b2dfbcf6907e62c36068fa5eb0f96096307f6d
parent1e6a6da913a6c4cc58b4360aa2283aedb2a6744c
Some templates renamed, fixed of double-init of extension notes:
- Some templates renamed, new naming convention says that _ext_ is a shortcut
  for _extension_ and therefore it is outdated.
- Double-initialization of extension notes while displaying them in task fixed
- In same place, counting of SQL queries fixed
- TODOs.txt updated
15 files changed:
.gitattributes
DOCS/TODOs.txt
inc/extensions-functions.php
inc/extensions/ext-online.php
inc/modules/admin/overview-inc.php
templates/de/emails/admin/admin_ext_deactivated.tpl
templates/de/emails/admin/admin_extension_deactivated.tpl [new file with mode: 0644]
templates/de/html/admin/admin_ext_notes.tpl
templates/de/html/admin/admin_ext_reg_form.tpl
templates/de/html/admin/admin_ext_sql_row.tpl
templates/de/html/admin/admin_ext_sql_table.tpl
templates/de/html/admin/admin_extension_notes.tpl [new file with mode: 0644]
templates/de/html/admin/admin_extension_reg_form.tpl [new file with mode: 0644]
templates/de/html/admin/admin_extension_sql_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_extension_sql_table.tpl [new file with mode: 0644]