Changeset 38 for devel/_admin

Show
Ignore:
Timestamp:
12/13/05 21:08:04 (3 years ago)
Author:
ben
Message:

Adding anti-spam

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/_admin/flags.php

    r10 r38  
    1414                                                                 
    1515                echo run("templates:draw:page", array( 
    16                                         'Content flags'
     16                                        gettext("Content flags")
    1717                                        run("templates:draw", array( 
    1818                                                'context' => 'contentholder', 
  • devel/_admin/index.php

    r10 r38  
    1414                                                                 
    1515                echo run("templates:draw:page", array( 
    16                                         'Administration'
     16                                        gettext("Administration")
    1717                                        run("templates:draw", array( 
    1818                                                'context' => 'contentholder', 
  • devel/_admin/users.php

    r10 r38  
    1414                                                                 
    1515                echo run("templates:draw:page", array( 
    16                                         'Manage users'
     16                                        gettext("Manage users")
    1717                                        run("templates:draw", array( 
    1818                                                'context' => 'contentholder', 
  • devel/_admin/users_add.php

    r10 r38  
    1414                                                                 
    1515                echo run("templates:draw:page", array( 
    16                                         'Add multiple users'
     16                                        gettext("Add multiple users")
    1717                                        run("templates:draw", array( 
    1818                                                'context' => 'contentholder',