|
Lines 117-123
function Check(ff) {
Link Here
|
| 117 |
<li><label for="contractdescription">Description</label> |
117 |
<li><label for="contractdescription">Description</label> |
| 118 |
<input type="text" name="contractdescription" id="contractdescription" size="40" maxlength="80" value="<!-- TMPL_VAR NAME="contractdescription" -->" /> |
118 |
<input type="text" name="contractdescription" id="contractdescription" size="40" maxlength="80" value="<!-- TMPL_VAR NAME="contractdescription" -->" /> |
| 119 |
</li> |
119 |
</li> |
| 120 |
<li><label for="booksellerid">Bookseller</label> |
120 |
<li><label for="booksellerid">Vendor</label> |
| 121 |
<select id="booksellerid" name="booksellerid"> |
121 |
<select id="booksellerid" name="booksellerid"> |
| 122 |
<!-- TMPL_LOOP NAME="booksellerloop" --> |
122 |
<!-- TMPL_LOOP NAME="booksellerloop" --> |
| 123 |
<!-- TMPL_IF NAME="selected" --> |
123 |
<!-- TMPL_IF NAME="selected" --> |
|
Lines 172-183
function Check(ff) {
Link Here
|
| 172 |
<fieldset> |
172 |
<fieldset> |
| 173 |
<legend>Confirm Deletion of Contract <!-- TMPL_VAR NAME="contractnumber" --></legend> |
173 |
<legend>Confirm Deletion of Contract <!-- TMPL_VAR NAME="contractnumber" --></legend> |
| 174 |
<table> |
174 |
<table> |
| 175 |
<tr><th scope="row">contractnumber:</th><td><!-- TMPL_VAR NAME="contractnumber" --></td></tr> |
175 |
<tr><th scope="row">Contract number:</th><td><!-- TMPL_VAR NAME="contractnumber" --></td></tr> |
| 176 |
<tr><th scope="row">Contract Name:</th><td><!-- TMPL_VAR NAME="contractname" --></td></tr> |
176 |
<tr><th scope="row">Contract name:</th><td><!-- TMPL_VAR NAME="contractname" --></td></tr> |
| 177 |
<tr><th scope="row">Contract Description:</th><td><!-- TMPL_VAR NAME="contractdescription" --></td></tr> |
177 |
<tr><th scope="row">Contract description:</th><td><!-- TMPL_VAR NAME="contractdescription" --></td></tr> |
| 178 |
<tr><th scope="row">contractstartdate:</th><td><!-- TMPL_VAR NAME="contractstartdate" --></td></tr> |
178 |
<tr><th scope="row">Contract start date:</th><td><!-- TMPL_VAR NAME="contractstartdate" --></td></tr> |
| 179 |
<tr><th scope="row">contractenddate:</th><td><!-- TMPL_VAR NAME="contractenddate" --></td></tr> |
179 |
<tr><th scope="row">Contract end date:</th><td><!-- TMPL_VAR NAME="contractenddate" --></td></tr> |
| 180 |
<tr><th scope="row">bookseller:</th><td><!-- TMPL_VAR NAME="booksellername" --></td></tr> |
180 |
<tr><th scope="row">Vendor:</th><td><!-- TMPL_VAR NAME="booksellername" --></td></tr> |
| 181 |
</table> |
181 |
</table> |
| 182 |
<fieldset class="action"> |
182 |
<fieldset class="action"> |
| 183 |
<input type="hidden" name="op" value="delete_confirmed" /> |
183 |
<input type="hidden" name="op" value="delete_confirmed" /> |