CRM-14149 - fix bad markup in Job.tpl
authorDave Greenberg <dave@civicrm.org>
Fri, 31 Jan 2014 19:14:56 +0000 (11:14 -0800)
committerDave Greenberg <dave@civicrm.org>
Fri, 31 Jan 2014 19:14:56 +0000 (11:14 -0800)
----------------------------------------
* CRM-14149: Bad tags on Add Scheduled Job page break page layout
  http://issues.civicrm.org/jira/browse/CRM-14149

templates/CRM/Admin/Form/Job.tpl

index 61d37bb22742b6a6145af71ead3441ad5d7e815c..34fb47331bc7cbe5f95f08e54f87401dc4f68c73 100644 (file)
 {/literal}
 </script>
 
-</td>
+                       </td>
     </tr>
     <tr class="crm-job-form-block-parameters">
-        <td class="label">{$form.parameters.label}<br />{docURL page="Managing Scheduled Jobs" resource="wiki"}</td><td>{$form.parameters.html}</td>
+      <td class="label">{$form.parameters.label}<br />{docURL page="Managing Scheduled Jobs" resource="wiki"}</td>
+                       <td>{$form.parameters.html}</td>
     </tr>
     <tr class="crm-job-form-block-is_active">
-        <td></td><td>{$form.is_active.html}&nbsp;{$form.is_active.label}</td>
+      <td></td><td>{$form.is_active.html}&nbsp;{$form.is_active.label}</td>
     </tr>
   </table>
 {/if}
-</table>
-       <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
-  </fieldset>
+  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>