[jboss-svn-commits] JBL Code SVN: r33637 - in labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main: resources and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jun 25 03:10:25 EDT 2010
Author: lkrzyzanek
Date: 2010-06-25 03:10:24 -0400 (Fri, 25 Jun 2010)
New Revision: 33637
Modified:
labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/plugin/resources/templates/choose-master-account.ftl
labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/plugin/resources/templates/update-master-account.ftl
labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/resources/plugin_i18n.properties
Log:
Small design changes
Modified: labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/plugin/resources/templates/choose-master-account.ftl
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/plugin/resources/templates/choose-master-account.ftl 2010-06-25 06:46:56 UTC (rev 33636)
+++ labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/plugin/resources/templates/choose-master-account.ftl 2010-06-25 07:10:24 UTC (rev 33637)
@@ -27,7 +27,7 @@
<tr class="header">
<th><@s.text name="plugin.nukesauth.masteraccount.account.username" />:</th>
<@s.iterator value="duplicateAccounts">
- <th><b><@s.property value="username" /></b></th>
+ <th><@s.property value="username" /></th>
</@s.iterator>
</tr>
<tr>
Modified: labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/plugin/resources/templates/update-master-account.ftl
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/plugin/resources/templates/update-master-account.ftl 2010-06-25 06:46:56 UTC (rev 33636)
+++ labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/plugin/resources/templates/update-master-account.ftl 2010-06-25 07:10:24 UTC (rev 33637)
@@ -28,7 +28,7 @@
<@s.form theme="simple">
<table id="update-master-account-table" cellspacing="2px" cellpadding="2px" border="1px solid gray" class="simpletablestyle">
<tr class="header">
- <th></th>
+ <th><@s.text name="plugin.nukesauth.masteraccount.account.field" /></th>
<@s.iterator value="accounts">
<th>
<@s.if test="username == user.username">
@@ -50,8 +50,7 @@
<tr>
<td><@s.text name="plugin.nukesauth.masteraccount.account.creationDate" />:</td>
<@s.iterator value="accounts" status="index">
- <td><@s.date name="creationDate" format="MMM d, yyyy" />
- </td>
+ <td><b><@s.date name="creationDate" format="MMM d, yyyy" /></b></td>
</@s.iterator>
</tr>
<tr>
@@ -84,9 +83,7 @@
<tr>
<td><@s.text name="plugin.nukesauth.masteraccount.account.email" />:</td>
<@s.iterator value="accounts" status="index">
- <td>
-<@s.property value="email" />
- </td>
+ <td><b><@s.property value="email" /></b></td>
</@s.iterator>
</tr>
<tr>
Modified: labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/resources/plugin_i18n.properties
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/resources/plugin_i18n.properties 2010-06-25 06:46:56 UTC (rev 33636)
+++ labs/jbosslabs/labs-3.0-build/integration/sbs-nukesauthentication/trunk/src/main/resources/plugin_i18n.properties 2010-06-25 07:10:24 UTC (rev 33637)
@@ -1,6 +1,7 @@
# Choose Master Account
plugin.nukesauth.masteraccount.name=Setup a Master Account
plugin.nukesauth.masteraccount.description=It appears you have multiple accounts using the same email address. Please choose one of these to be the Master Account which you will then use to keep the data between them synchronized.
+plugin.nukesauth.masteraccount.account.field=Field
plugin.nukesauth.masteraccount.account.username=Username
plugin.nukesauth.masteraccount.account.firstname=First name
plugin.nukesauth.masteraccount.account.lastname=Last name
More information about the jboss-svn-commits
mailing list