You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by im...@apache.org on 2010/09/03 13:30:06 UTC

svn commit: r992268 - /incubator/esme/trunk/server/src/main/webapp/pools_view/index.html

Author: imtiaz
Date: Fri Sep  3 11:30:06 2010
New Revision: 992268

URL: http://svn.apache.org/viewvc?rev=992268&view=rev
Log:
Changed the title and the tool-tip on the name field of the new user (edit pool) dialog.

Modified:
    incubator/esme/trunk/server/src/main/webapp/pools_view/index.html

Modified: incubator/esme/trunk/server/src/main/webapp/pools_view/index.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/pools_view/index.html?rev=992268&r1=992267&r2=992268&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/pools_view/index.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/pools_view/index.html Fri Sep  3 11:30:06 2010
@@ -189,7 +189,7 @@
 					</lift:addPool>
 				</form>
 			</div>
-			<div id="dialog-form-user" title="Add a user to a pool" style="display: none">
+			<div id="dialog-form-user" title="Add a user/Change a user's role" style="display: none">
 				<p class="validateTips">
 					<lift:loc>ui_form_all_fields_required</lift:loc>
 				</p>
@@ -199,11 +199,13 @@
 							<label for="poolName">
 								<lift:loc>ui_pool_add</lift:loc>
 							</label>
-							<edit:username class="text ui-widget-content ui-corner-all tipelement" title="This is the user that will be added to a pool." />
+							<!--edit:username class="text ui-widget-content ui-corner-all tipelement" title="This is the user that will be added to a pool." /-->
+                            <edit:username class="text ui-widget-content ui-corner-all tipelement" title="This will be the new user or the user whose role is being changed" />
 							<label for="permission">
 								<lift:loc>ui_pool_list_user_role</lift:loc>
 							</label>
-							<edit:permission class="text ui-widget-content ui-corner-all tipelement" title="This is the type of permission that the new user will have." />
+							<!--edit:permission class="text ui-widget-content ui-corner-all tipelement" title="This is the type of permission that the new user will have." /-->
+                            <edit:permission class="text ui-widget-content ui-corner-all tipelement" title="This is the type of permission that the user will have." />
 						</fieldset>
 					</lift:editPool>
 				</form>