Made records with 0 duration legal.
[timetracker.git] / WEB-INF / templates / profile_edit.tpl
index 032cc5f..e463ca6 100644 (file)
@@ -7,15 +7,15 @@ function handlePluginCheckboxes() {
   var requiredLabel = document.getElementById("required_label");
   if (clientsCheckbox.checked) {
     requiredCheckbox.style.visibility = "visible";
-       requiredLabel.style.visibility = "visible";
-       invoicesCheckbox.disabled = false;
+    requiredLabel.style.visibility = "visible";
+    invoicesCheckbox.disabled = false;
   } else {
-       requiredCheckbox.checked = false;
-       requiredCheckbox.style.visibility = "hidden";
-       requiredLabel.style.visibility = "hidden";
-       invoicesCheckbox.checked = false;
+    requiredCheckbox.checked = false;
+    requiredCheckbox.style.visibility = "hidden";
+    requiredLabel.style.visibility = "hidden";
+    invoicesCheckbox.checked = false;
     invoicesCheckbox.disabled = true;
-  } 
+  }
 
   var expensesCheckbox = document.getElementById("expenses");
   var taxCheckbox = document.getElementById("tax_expenses");
@@ -24,7 +24,7 @@ function handlePluginCheckboxes() {
     taxCheckbox.style.visibility = "visible";
     taxLabel.style.visibility = "visible";
   } else {
-       taxCheckbox.checked = false;
+    taxCheckbox.checked = false;
     taxCheckbox.style.visibility = "hidden";
     taxLabel.style.visibility = "hidden";
   }
@@ -44,6 +44,22 @@ function handlePluginCheckboxes() {
   } else {
     configureLabel.style.visibility = "hidden";
   }
+
+  var lockingCheckbox = document.getElementById("locking");
+  configureLabel = document.getElementById("locking_config");
+  if (lockingCheckbox.checked) {
+    configureLabel.style.visibility = "visible";
+  } else {
+    configureLabel.style.visibility = "hidden";
+  }
+  
+  var quotasCheckbox = document.getElementById("quotas");
+  configureLabel = document.getElementById("quotas_config");
+  if (quotasCheckbox.checked){
+    configureLabel.style.visibility = "visible";
+  } else {
+    configureLabel.style.visibility = "hidden";
+  }
 }
 </script>
 
@@ -65,7 +81,6 @@ function handlePluginCheckboxes() {
             <td align="right" nowrap>{$i18n.label.login} (*):</td>
             <td>{$forms.profileForm.login.control}</td>
           </tr>
-
 {if !$auth_external}
           <tr>
             <td align="right" nowrap>{$i18n.label.password} (*):</td>
@@ -76,7 +91,6 @@ function handlePluginCheckboxes() {
             <td>{$forms.profileForm.password2.control}</td>
           </tr>
 {/if}
-
           <tr>
             <td align="right" nowrap>{$i18n.label.email}:</td>
             <td>{$forms.profileForm.email.control}</td>
@@ -94,18 +108,10 @@ function handlePluginCheckboxes() {
             <td align="right" nowrap>{$i18n.label.team_name}:</td>
             <td>{$forms.profileForm.team_name.control}</td>
           </tr>
-          <!-- <tr>
-            <td align="right">{$i18n.label.address}:</td>
-            <td>{$forms.profileForm.address.control}</td>
-          </tr> -->
           <tr>
             <td align="right">{$i18n.label.currency}:</td>
             <td>{$forms.profileForm.currency.control}</td>
           </tr>
-          <tr>
-            <td align="right" nowrap>{$i18n.label.lock_interval}:</td>
-            <td>{$forms.profileForm.lock_interval.control}</td>
-          </tr>
           <tr>
            <td align="right" nowrap>{$i18n.label.language}:</td>
            <td>{$forms.profileForm.lang.control}</td>
@@ -138,7 +144,7 @@ function handlePluginCheckboxes() {
           <script>
             MakeFormatPreview("date_format_preview", document.getElementById("format_date"));
             MakeFormatPreview("time_format_preview", document.getElementById("format_time"));
-            
+
             function adjustDecimalPreview()
             {
               var mark = document.getElementById("decimal_mark").value;
@@ -181,6 +187,14 @@ function handlePluginCheckboxes() {
             <td align="right" nowrap>{$forms.profileForm.notifications.control}</td>
             <td><label for="notifications">{$i18n.title.notifications}</label> <span id="notifications_config"><a href="notifications.php">{$i18n.label.configure}</a></span></td>
           </tr>
+          <tr>
+            <td align="right" nowrap>{$forms.profileForm.locking.control}</td>
+            <td><label for="locking">{$i18n.title.locking}</label> <span id="locking_config"><a href="locking.php">{$i18n.label.configure}</a></span></td>
+          </tr>
+          <tr>
+            <td align="right" nowrap>{$forms.profileForm.quotas.control}</td>
+            <td><label for="quotas">{$i18n.label.monthly_quotas}</label> <span id="quotas_config"><a href="quotas.php">{$i18n.label.configure}</a></span></td>
+          </tr>
 {/if}
 
           <tr>
@@ -193,4 +207,4 @@ function handlePluginCheckboxes() {
       </td>
     </tr>
 </table>
-{$forms.profileForm.close}
\ No newline at end of file
+{$forms.profileForm.close}