dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #09974
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2717: Removed style sheet of which apparently only effect was to hide the data element list in the vali...
------------------------------------------------------------
revno: 2717
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2011-01-22 22:02:10 +0100
message:
Removed style sheet of which apparently only effect was to hide the data element list in the validation rule editor.
removed:
dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/style/
dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/style/validationStyle.css
modified:
dhis-2/dhis-web/dhis-web-validationrule/src/main/resources/struts.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-validationrule/src/main/resources/struts.xml 2010-12-27 00:21:07 +0000
+++ dhis-2/dhis-web/dhis-web-validationrule/src/main/resources/struts.xml 2011-01-22 21:02:10 +0000
@@ -34,7 +34,6 @@
<param name="page">/dhis-web-validationrule/addValidationRuleForm.vm</param>
<param name="menu">/dhis-web-validationrule/menu.vm</param>
<param name="javascripts">javascript/general.js,javascript/validationForm.js,javascript/expression.js</param>
- <param name="stylesheets">style/validationStyle.css</param>
<param name="requiredAuthorities">F_VALIDATIONRULE_ADD</param>
</action>
@@ -68,7 +67,6 @@
<result name="success" type="velocity">/main.vm</result>
<param name="page">/dhis-web-validationrule/updateValidationRuleForm.vm</param>
<param name="javascripts">javascript/general.js,javascript/validationForm.js,javascript/expression.js</param>
- <param name="stylesheets">style/validationStyle.css</param>
<param name="requiredAuthorities">F_VALIDATIONRULE_UPDATE</param>
</action>
@@ -147,7 +145,6 @@
<param name="page">/dhis-web-validationrule/runValidationForm.vm</param>
<param name="menu">/dhis-web-validationrule/menu.vm</param>
<param name="javascripts">../dhis-web-commons/oust/oust.js,../dhis-web-commons/ouwt/ouwt.js,javascript/general.js,javascript/runValidation.js</param>
- <param name="stylesheets">style/validationStyle.css</param>
</action>
<action name="validateRunValidation" class="org.hisp.dhis.validationrule.action.ValidateRunValidationAction" >
=== removed directory 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/style'
=== removed file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/style/validationStyle.css'
--- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/style/validationStyle.css 2010-05-26 15:58:31 +0000
+++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/dhis-web-validationrule/style/validationStyle.css 1970-01-01 00:00:00 +0000
@@ -1,84 +0,0 @@
- /* Forms */
-.form {
- margin: 0;
- padding: 0;
-}
-
-.form ul {
- list-style: none;
- margin: 0; /*IE uses margin*/
-}
-
-.form .column1 li {
- margin-right: 20px;
-}
-
-.column1 {
- border: 0;
- float: left;
-}
-
-#column1Legend,#column2Legend {
- display: none;
-}
-
-.column2 {
- border: 0;
-}
-
-.leftside,.rightside {
- clear: left;
- float: left;
- width: 580px;
-}
-
-.leftside li,.rightside li {
- clear: left;
-}
-
-#operatordiv {
- float: left;
- clear: left;
- margin: 10px 0 10px 0;
-}
-
-.form * {
- margin-bottom: 2px;
-}
-
-#registersubmit {
- float: left;
- clear: left;
- margin-top: 5px;
-}
-
-.form label {
- width: 8em;
- float: left;
-}
-
-.form INPUT [type="text"] {
- width: 20em;
-}
-
-.formheader {
- background-color: #DDDDDD;
- font-weight: bold;
- text-align: left;
- padding: 0 0.5em;
- width: 580px;
-}
-
-span#message {
- display: none;
- padding: 1em;
- margin: 1em;
- background-color: #ffffbf;
- border: 1px solid #cccc00;
- width: 500px;
- clear: both;
-}
-
-legend{
- font-weight:bold;
-}
\ No newline at end of file