phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default list_workorder.tpl,1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default list_workorder.tpl,1.2,1.3 config.tpl,1.1.1.1,1.2 form_workorder.tpl,1.1.1.1,1.2
Date: Wed, 04 Sep 2002 13:56:11 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv31437/templates/default

Modified Files:
        list_workorder.tpl config.tpl form_workorder.tpl 
Log Message:
no message

Index: list_workorder.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/list_workorder.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** list_workorder.tpl  3 Sep 2002 22:15:39 -0000       1.2
--- list_workorder.tpl  4 Sep 2002 17:56:09 -0000       1.3
***************
*** 11,15 ****
                <td width="33%" align="left">
                        <form action="{cat_url}" name="form" method="POST">
!                       {hidden_vars}
                        {lang_category}&nbsp;&nbsp;<select name="cat_id" 
onChange="this.form.submit();"><option 
value="">{lang_all}</option>{category_list}</select>
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript>
--- 11,15 ----
                <td width="33%" align="left">
                        <form action="{cat_url}" name="form" method="POST">
!               <!--    {hidden_vars}-->
                        {lang_category}&nbsp;&nbsp;<select name="cat_id" 
onChange="this.form.submit();"><option 
value="">{lang_all}</option>{category_list}</select>
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript>
***************
*** 17,21 ****
                <td width="33%" align="left">
                        <form action="{coordinator_url}" 
name="form_coordiantor" method="POST">
!                       {hidden_vars}
                        {lang_coordinator}&nbsp;&nbsp;<select 
name="coordinator_id" onChange="this.form.submit();"><option 
value="">{lang_none}</option>{coordinator_list}</select>
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript>
--- 17,21 ----
                <td width="33%" align="left">
                        <form action="{coordinator_url}" 
name="form_coordiantor" method="POST">
!               <!--    {hidden_vars}-->
                        {lang_coordinator}&nbsp;&nbsp;<select 
name="coordinator_id" onChange="this.form.submit();"><option 
value="">{lang_none}</option>{coordinator_list}</select>
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript>
***************
*** 24,28 ****
                <td width="33%" align="left">
                        <form method="POST" action="{search_url}">
!                       {hidden_vars}
                        {lang_search_vendor}&nbsp;&nbsp;<input type="text" 
name="query_vendor"></td>
        </tr>
--- 24,28 ----
                <td width="33%" align="left">
                        <form method="POST" action="{search_url}">
!               <!--    {hidden_vars}-->
                        {lang_search_vendor}&nbsp;&nbsp;<input type="text" 
name="query_vendor"></td>
        </tr>

Index: config.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/config.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** config.tpl  28 Aug 2002 16:43:19 -0000      1.1.1.1
--- config.tpl  4 Sep 2002 17:56:09 -0000       1.2
***************
*** 66,70 ****
     </tr>
     <tr bgcolor="{row_on}">
!     <td>{lang_Owner_Notification}.</td>
      <td>
       <select name="newsettings[ownernotification]">
--- 66,70 ----
     </tr>
     <tr bgcolor="{row_on}">
!     <td>{lang_Owner_Notification_(TTS)}.</td>
      <td>
       <select name="newsettings[ownernotification]">
***************
*** 76,80 ****
     </tr>
     <tr bgcolor="{row_off}">
!     <td>{lang_Assigned_Notification}.</td>
      <td>
       <select name="newsettings[assignednotification]">
--- 76,80 ----
     </tr>
     <tr bgcolor="{row_off}">
!     <td>{lang_Assigned_Notification_(TTS)}.</td>
      <td>
       <select name="newsettings[assignednotification]">
***************
*** 82,85 ****
--- 82,94 ----
        <option value="1" {selected_assignednotification_1}>Users 
choice</option>
        <option value="2" {selected_assignednotification_2}>Force</option>
+      </select>
+     </td>
+    </tr>
+    <tr bgcolor="{row_on}">
+     <td>{lang_Ask_for_workorder_approval_by_e-mail}.</td>
+     <td>
+      <select name="newsettings[workorder_approval]">
+       <option value="yes" {selected_workorder_approval_yes}>YES</option>
+       <option value="no" {selected_workorder_approval_no}>NO</option>
       </select>
      </td>

Index: form_workorder.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/form_workorder.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** form_workorder.tpl  28 Aug 2002 16:43:20 -0000      1.1.1.1
--- form_workorder.tpl  4 Sep 2002 17:56:09 -0000       1.2
***************
*** 200,205 ****
        </tr>
        <tr>
!               <td>{lang_check_requirements}:</td>
                <td>{check_requirements}</td>   
        </tr>
  
--- 200,209 ----
        </tr>
        <tr>
!               <td>{lang_check_requirements}</td>
                <td>{check_requirements}</td>   
+       </tr>
+       <tr>
+               <td>{lang_need_approval}</td>
+               <td>{need_approval}{to_approval_from_email}</td>        
        </tr>
  





reply via email to

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