SF.net SVN: postfixadmin: [378] trunk/templates
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-06-08 15:57:41
|
Revision: 378 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=378&view=rev Author: GingerDog Date: 2008-06-08 08:57:49 -0700 (Sun, 08 Jun 2008) Log Message: ----------- templates: add @ signs to make it more obvious what the user should type in when creating aliases/mailboxes; thanks to Kurushiyama on irc Modified Paths: -------------- trunk/templates/create-alias.php trunk/templates/create-mailbox.php Modified: trunk/templates/create-alias.php =================================================================== --- trunk/templates/create-alias.php 2008-06-08 15:29:44 UTC (rev 377) +++ trunk/templates/create-alias.php 2008-06-08 15:57:49 UTC (rev 378) @@ -8,7 +8,7 @@ <tr> <td><?php print $PALANG['pCreate_alias_address']; ?></td> <td><input class="flat" type="text" name="fAddress" value="<?php print $tAddress; ?>" /></td> - <td> + <td>@ <select class="flat" name="fDomain"> <?php for ($i = 0; $i < sizeof ($list_domains); $i++) Modified: trunk/templates/create-mailbox.php =================================================================== --- trunk/templates/create-mailbox.php 2008-06-08 15:29:44 UTC (rev 377) +++ trunk/templates/create-mailbox.php 2008-06-08 15:57:49 UTC (rev 378) @@ -8,7 +8,7 @@ <tr> <td><?php print $PALANG['pCreate_mailbox_username'] . ":"; ?></td> <td><input class="flat" type="text" name="fUsername" value="<?php print $tUsername; ?>" autocomplete="off"/></td> - <td> + <td>@ <select name="fDomain"> <?php for ($i = 0; $i < sizeof ($list_domains); $i++) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |