SF.net SVN: postfixadmin: [125] trunk/templates/admin_list-admin.tpl
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2007-10-03 22:54:57
|
Revision: 125 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=125&view=rev Author: christian_boltz Date: 2007-10-03 15:55:01 -0700 (Wed, 03 Oct 2007) Log Message: ----------- - added 'create admin' link Modified Paths: -------------- trunk/templates/admin_list-admin.tpl Modified: trunk/templates/admin_list-admin.tpl =================================================================== --- trunk/templates/admin_list-admin.tpl 2007-10-03 22:49:19 UTC (rev 124) +++ trunk/templates/admin_list-admin.tpl 2007-10-03 22:55:01 UTC (rev 125) @@ -28,5 +28,8 @@ } print "</table>\n"; + print "<p><a href=\"create-admin.php\">" . $PALANG['pAdminMenu_create_admin'] . "</a>\n"; } + +/* vim: set ft=php expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |