fmsystem-commits
[Top][All Lists]
Advanced

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

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


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

Revision: 10889
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10889
Author:   vator
Date:     2013-02-17 13:17:20 +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

Modified: trunk/controller/setup/phpgw_no.lang
===================================================================
--- trunk/controller/setup/phpgw_no.lang        2013-02-17 12:56:43 UTC (rev 
10888)
+++ trunk/controller/setup/phpgw_no.lang        2013-02-17 13:17:20 UTC (rev 
10889)
@@ -362,4 +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
\ 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 12:56:43 UTC (rev 10888)
+++ 
trunk/controller/templates/mobilefrontend/check_list/fragments/check_list_top_section.xsl
   2013-02-17 13:17:20 UTC (rev 10889)
@@ -25,5 +25,14 @@
                                
                <!-- ==================  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>
+      <div class="icon">
+        <img height="15" src="controller/images/status_icon_red_empty.png" />
+      </div>      
+    </div>
        </div>          
 </xsl:template>

Modified: trunk/controller/templates/mobilefrontend/css/base.css
===================================================================
--- trunk/controller/templates/mobilefrontend/css/base.css      2013-02-17 
12:56:43 UTC (rev 10888)
+++ trunk/controller/templates/mobilefrontend/css/base.css      2013-02-17 
13:17:20 UTC (rev 10889)
@@ -1,20 +1,32 @@
 #main_content{
-    text-align: left;
-    font-family: arial;
+  text-align: left;
+  font-family: arial;
 }
 
 #main_content.medium {
-    width: 97%;
+  width: 97%;
 }
 
 #check-list-heading .box-1 {
-    float: none;
-    width: 100%;
+  float: none;
+  width: 100%;
 }
 
 #check_list_menu {
-    margin: 20px 0;
+  margin: 20px 0;
 }
 #view_cases .tab_menu {
   display: none;
+}
+
+.quick_menu a {
+  background: none repeat scroll 0 0 #4F9AEA;
+  border: 1px solid #428AD7;
+  border-radius: 4px 4px 4px 4px;
+  color: #FFFFFF;
+  cursor: pointer;
+  display: inline-block;
+  padding: 2px 10px;
+  text-decoration: none;
+  text-transform: capitalize;
 }
\ No newline at end of file




reply via email to

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