fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10891] Added functionality for changing status for a


From: Torstein
Subject: [Fmsystem-commits] [10891] Added functionality for changing status for a check list
Date: Sun, 17 Feb 2013 13:41:22 +0000

Revision: 10891
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10891
Author:   vator
Date:     2013-02-17 13:41:16 +0000 (Sun, 17 Feb 2013)
Log Message:
-----------
Added functionality for changing status for a check list

Modified Paths:
--------------
    trunk/controller/setup/phpgw_no.lang
    
trunk/controller/templates/mobilefrontend/check_list/fragments/check_list_top_section.xsl
    trunk/controller/templates/mobilefrontend/css/base.css

Added Paths:
-----------
    trunk/controller/images/green_ring.png
    trunk/controller/images/green_ring.psd
    trunk/controller/images/red_ring.png
    trunk/controller/images/red_ring.psd

Added: trunk/controller/images/green_ring.png
===================================================================
(Binary files differ)


Property changes on: trunk/controller/images/green_ring.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/controller/images/green_ring.psd
===================================================================
(Binary files differ)


Property changes on: trunk/controller/images/green_ring.psd
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/controller/images/red_ring.png
===================================================================
(Binary files differ)


Property changes on: trunk/controller/images/red_ring.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/controller/images/red_ring.psd
===================================================================
(Binary files differ)


Property changes on: trunk/controller/images/red_ring.psd
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/controller/setup/phpgw_no.lang
===================================================================
--- trunk/controller/setup/phpgw_no.lang        2013-02-17 13:19:15 UTC (rev 
10890)
+++ trunk/controller/setup/phpgw_no.lang        2013-02-17 13:41:16 UTC (rev 
10891)
@@ -362,6 +362,6 @@
 error_msg_no_controls_for_component    controller      no      Ingen 
kontroller for komponent i denne perioden
 role at location       controller      no      Tildeling av rolle
 Register new message   controller      no      Registrer ny melding
-Show message   controller      no      Vis melding
-status_not_done controller  no  Status: Ikke utført
-status_done controller  no  Status: Utført
\ No newline at end of file
+Show message  controller       no      Vis melding
+Status not done controller  no  Status: Ikke utført
+Status done controller  no  Status: Utført
\ No newline at end of file

Modified: 
trunk/controller/templates/mobilefrontend/check_list/fragments/check_list_top_section.xsl
===================================================================
--- 
trunk/controller/templates/mobilefrontend/check_list/fragments/check_list_top_section.xsl
   2013-02-17 13:19:15 UTC (rev 10890)
+++ 
trunk/controller/templates/mobilefrontend/check_list/fragments/check_list_top_section.xsl
   2013-02-17 13:41:16 UTC (rev 10891)
@@ -22,17 +22,16 @@
                                </xsl:otherwise>
                        </xsl:choose>
                </div>
-                               
-               <!-- ==================  CHECKLIST TAB MENU  
===================== -->
-               <xsl:call-template name="check_list_menu" />
-    
+               
     <!-- ==================  CHANGE STATUS FOR CHECKLIST  
===================== -->
-    
     <div id="change-check-list-status">
-      <span><xsl:value-of select="php:function('lang', 'status_not_done')" 
/></span>
+      <span class="btn"><xsl:value-of select="php:function('lang', 'Status not 
done')" /></span>
       <div class="icon">
-        <img height="15" src="controller/images/status_icon_red_empty.png" />
+        <img height="15" src="controller/images/red_ring.png" />
       </div>      
     </div>
+                       
+               <!-- ==================  CHECKLIST TAB MENU  
===================== -->
+               <xsl:call-template name="check_list_menu" />
        </div>          
 </xsl:template>

Modified: trunk/controller/templates/mobilefrontend/css/base.css
===================================================================
--- trunk/controller/templates/mobilefrontend/css/base.css      2013-02-17 
13:19:15 UTC (rev 10890)
+++ trunk/controller/templates/mobilefrontend/css/base.css      2013-02-17 
13:41:16 UTC (rev 10891)
@@ -8,8 +8,8 @@
 }
 
 #check-list-heading .box-1 {
-  float: none;
-  width: 100%;
+  margin-bottom: 15px;
+  width: 60%;
 }
 
 #check_list_menu {
@@ -29,4 +29,19 @@
   padding: 2px 10px;
   text-decoration: none;
   text-transform: capitalize;
+}
+
+#change-check-list-status {
+  float: right;
+  width: 12%;
+}
+
+#change-check-list-status .btn {
+  float:left;
+}
+
+#change-check-list-status .icon {
+    float: left;
+    margin-left: 10px;
+    vertical-align: middle;
 }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]