Author: chanaka
Date: Wed Dec 5 10:22:12 2007
New Revision: 10560
Log:
form help fields fixing
Modified:
trunk/solutions/identity/modules/admin-ui/src/main/webapp/css/styles.css
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/addrealmconfigaddproperties.jsp
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/addrealmconfigselectrealms.jsp
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/footer.jsp
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/footer.jsp
Modified:
trunk/solutions/identity/modules/admin-ui/src/main/webapp/css/styles.css
==============================================================================
--- trunk/solutions/identity/modules/admin-ui/src/main/webapp/css/styles.css
(original)
+++ trunk/solutions/identity/modules/admin-ui/src/main/webapp/css/styles.css
Wed Dec 5 10:22:12 2007
@@ -467,4 +467,15 @@
.errorMessage {
color: red;
font-size: 1em;
+}
+.tableFix table{
+background-image:none;
+}
+.textField{
+width:240px;
+}
+.helpText{
+color:#444444;
+font-size:90%;
+margin-bottom:15px;
}
\ No newline at end of file
Modified:
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/addrealmconfigaddproperties.jsp
==============================================================================
---
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/addrealmconfigaddproperties.jsp
(original)
+++
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/addrealmconfigaddproperties.jsp
Wed Dec 5 10:22:12 2007
@@ -43,24 +43,29 @@
<p><font color="#00FF00"><s:property
/></font></p>
</s:iterator>
- <s:form
action="CreateRealmConfiguration">
- <table cellpadding="0" cellspacing="0"
border="0" class="form-table">
-
<tr><th>Property</th><th>Value</th><th> </th></tr>
- <tr><td>Configuration Name
<span style="color:red">*</span> </td><td><input type="text"
name="realmConfigName"/></td><td> </td></tr>
+ <s:form
action="CreateRealmConfiguration" theme="simple">
+ <table cellpadding="0" cellspacing="0"
border="0" class="form-table" style="width:450px">
+
<tr><th>Property</th><th>Value</th></tr>
+ <tr><td
valign="top">Configuration Name <span style="color:red">*</span>
</td><td><input type="text" name="realmConfigName" class="textField"
style="margin-bottom:10px;" /></td></tr>
<s:iterator
value="configProperties" id="entry">
<tr>
- <td>
+ <td valign="top"
style="width:150px;">
<s:property
value="propertyName"/>
<s:if
test="#entry.isRequired==true" >
<span style="color:red">*</span>
</s:if>
</td>
- <td><input type="text"
name="<s:property value="propertyName"/>"/></td>
- <td><s:property
value="helpText"/></td>
+ <td valign="top">
+ <input
type="text" class="textField" name="<s:property value="propertyName"/>"/>
+ <div
class="helpText"><s:property value="helpText"/></div>
+ </td>
</tr>
</s:iterator>
-
- <s:submit cssClass="button"
type="button" label="Done" align="center" />
+ <tr>
+ <td></td>
+ <td>
+ <s:submit
cssClass="button" type="button" label="Done" align="center" />
+ </td>
</table>
</s:form>
Modified:
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/addrealmconfigselectrealms.jsp
==============================================================================
---
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/addrealmconfigselectrealms.jsp
(original)
+++
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/addrealmconfigselectrealms.jsp
Wed Dec 5 10:22:12 2007
@@ -33,7 +33,7 @@
<div class="breadcrumb"><a
class="breadcrumb-link" href="ShowMain.action">Home</a> | <a
class="breadcrumb-link" href="ShowRealmConfigurations.action">Available User
Stores</a> | Add New User Store</div>
<h1 class="headding-userstores">Add New User
Store : Select Store Type</h1>
-
+ <div class="tableFix">
<s:form
action="ShowAddRealmConfiguration">
<s:select label="Realm Class"
name="realmClassName"
@@ -43,7 +43,7 @@
/>
<s:submit type="button"
cssClass="button" label="Select"/>
</s:form>
-
+ </div>
</td>
</tr>
Modified:
trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/footer.jsp
==============================================================================
--- trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/footer.jsp
(original)
+++ trunk/solutions/identity/modules/admin-ui/src/main/webapp/jsp/footer.jsp
Wed Dec 5 10:22:12 2007
@@ -2,6 +2,6 @@
<table cellpadding="0" cellspacing="0" border="0" style="width:100%;"
class="footer">
<tr>
<td style="width:34px;"></td>
- <td colspan="2" class="footer-copyright">Copyritht @2007 | <a
href="http://www.wso2.org/projects/solutions/identity">WSO2 Identity
Solution</a></td>
+ <td colspan="2" class="footer-copyright">Copyright @2007 | <a
href="http://www.wso2.org/projects/solutions/identity">WSO2 Identity
Solution</a></td>
</tr>
</table>
\ No newline at end of file
Modified:
trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/footer.jsp
==============================================================================
--- trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/footer.jsp
(original)
+++ trunk/solutions/identity/modules/user-ui/src/main/webapp/jsp/footer.jsp
Wed Dec 5 10:22:12 2007
@@ -6,6 +6,6 @@
</tr>
<tr>
<td style="width:5px;"></td>
- <td colspan="2" class="footer-copyright">Copyritht @2007 | <a
href="http://www.wso2.org/projects/solutions/identity">WSO2 Identity
Solution</a></td>
+ <td colspan="2" class="footer-copyright">Copyright @2007 | <a
href="http://www.wso2.org/projects/solutions/identity">WSO2 Identity
Solution</a></td>
</tr>
</table>
_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev