Changeset 659 for devel/_admin
- Timestamp:
- 10/21/06 20:56:09 (2 years ago)
- Files:
-
- devel/_admin/antispam.php (modified) (1 diff)
- devel/_admin/flags.php (modified) (1 diff)
- devel/_admin/index.php (modified) (1 diff)
- devel/_admin/users.php (modified) (1 diff)
- devel/_admin/users_add.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/_admin/antispam.php
r296 r659 15 15 16 16 echo templates_page_draw( array( 17 gettext("Manage users"),17 __gettext("Manage users"), 18 18 templates_draw(array( 19 19 'context' => 'contentholder', 20 'title' => gettext("Spam blocking"),20 'title' => __gettext("Spam blocking"), 21 21 'body' => run("admin:spam") 22 22 ) devel/_admin/flags.php
r296 r659 15 15 16 16 echo templates_page_draw( array( 17 gettext("Content flags"),17 __gettext("Content flags"), 18 18 templates_draw(array( 19 19 'context' => 'contentholder', 20 'title' => gettext("Content flags"),20 'title' => __gettext("Content flags"), 21 21 'body' => run("admin:contentflags") 22 22 ) devel/_admin/index.php
r296 r659 15 15 16 16 echo templates_page_draw( array( 17 gettext("Administration"),17 __gettext("Administration"), 18 18 templates_draw(array( 19 19 'context' => 'contentholder', 20 'title' => gettext("Administration"),20 'title' => __gettext("Administration"), 21 21 'body' => run("admin:main") 22 22 ) devel/_admin/users.php
r296 r659 15 15 16 16 echo templates_page_draw( array( 17 gettext("Manage users"),17 __gettext("Manage users"), 18 18 templates_draw(array( 19 19 'context' => 'contentholder', 20 'title' => gettext("Manage users"),20 'title' => __gettext("Manage users"), 21 21 'body' => run("admin:users") 22 22 ) devel/_admin/users_add.php
r296 r659 15 15 16 16 echo templates_page_draw( array( 17 gettext("Add multiple users"),17 __gettext("Add multiple users"), 18 18 templates_draw(array( 19 19 'context' => 'contentholder', 20 'title' => gettext("Add multiple users"),20 'title' => __gettext("Add multiple users"), 21 21 'body' => run("admin:users:add") 22 22 )
