updating skeleton scheduler
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 1 Oct 2006 18:48:40 +0000 (18:48 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 1 Oct 2006 18:48:40 +0000 (18:48 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6311 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/reports/oils_rpt_editor.xhtml

index 81126fc..a25c113 100644 (file)
                        <tr><td colspan='2'><hr/></td></tr>
                        <tr>
                                <td colspan='2'>
-                                       <table width="100%">
+                                       <table>
                                                <tbody>
                                                        <tr>
                                                                <th>Run on:</th>
-                                                               <td><input name="sched_start_date" type="text" size="10"/> .... put a calendar here?</td>
-                                                       </tr>
-                                                       <tr>
-                                                               <th>At time:</th>
                                                                <td>
+                                                                       <input name="sched_start_date" type="text" size="10"/>
+                                                                               at
                                                                        <select name="sched_start_hour">
                                                                                <option value="00:00">Midnight</option>
                                                                                <option value="01:00">1 AM</option>
                                                                                <option>23</option>
                                                                                <option>24</option>
                                                                        </select>
-                                                               </td>
-
-                                                       </tr>
-                                                       <tr>
-                                                               <th>Recurance Interval</th>
-                                                               <td>
                                                                        <select name="sched_recur_interval_type">
                                                                                <option value="hours">Hour(s)</option>
                                                                                <option value="days">Day(s)</option>