Lines 22-28
function check(form) {
Link Here
|
22 |
<!-- TMPL_IF name="validate" --> |
22 |
<!-- TMPL_IF name="validate" --> |
23 |
<META HTTP-EQUIV=Refresh CONTENT="0; URL=<!-- TMPL_VAR name="scriptname" -->?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->"> |
23 |
<META HTTP-EQUIV=Refresh CONTENT="0; URL=<!-- TMPL_VAR name="scriptname" -->?booksellerid=<!-- TMPL_VAR NAME="booksellerid" -->"> |
24 |
<!-- TMPL_ELSE --> |
24 |
<!-- TMPL_ELSE --> |
25 |
<h1>Orders with uncertain prices for vendor <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->"><!--TMPL_VAR name="booksellername" --></a> <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->&op=enter">(edit)</a></h1> |
25 |
<h1>Orders with uncertain prices for vendor <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->"><!--TMPL_VAR name="booksellername" --></a> <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!-- TMPL_VAR NAME="booksellerid" -->&op=enter">(edit)</a></h1> |
26 |
<h2>Contact information</h2> |
26 |
<h2>Contact information</h2> |
27 |
<p><strong>Address: </strong> |
27 |
<p><strong>Address: </strong> |
28 |
<!-- TMPL_VAR name="booksellerpostal" --> |
28 |
<!-- TMPL_VAR name="booksellerpostal" --> |
Lines 35-42
function check(form) {
Link Here
|
35 |
<p><strong>Phone: </strong> |
35 |
<p><strong>Phone: </strong> |
36 |
<!--TMPL_VAR name="booksellerphone" --> / Fax: |
36 |
<!--TMPL_VAR name="booksellerphone" --> / Fax: |
37 |
<!--TMPL_VAR name="booksellerfax" --></p> |
37 |
<!--TMPL_VAR name="booksellerfax" --></p> |
38 |
<p><dl> |
38 |
<dl> |
39 |
<dt><strong>Contact: </strong> |
39 |
<dt><strong>Contact: </strong></dt> |
40 |
<dd><!--TMPL_VAR name="booksellercontact" --> |
40 |
<dd><!--TMPL_VAR name="booksellercontact" --> |
41 |
<!--TMPL_VAR name="booksellercontpos" --> |
41 |
<!--TMPL_VAR name="booksellercontpos" --> |
42 |
<!--TMPL_VAR name="booksellercontphone" --> |
42 |
<!--TMPL_VAR name="booksellercontphone" --> |
Lines 44-50
function check(form) {
Link Here
|
44 |
<!--TMPL_VAR name="booksellercontemail" --> |
44 |
<!--TMPL_VAR name="booksellercontemail" --> |
45 |
<!--TMPL_VAR name="booksellercontnotes" --> |
45 |
<!--TMPL_VAR name="booksellercontnotes" --> |
46 |
</dd> |
46 |
</dd> |
47 |
</dl></p> |
47 |
</dl> |
48 |
<!-- TMPL_IF name="booksellernotes" --> |
48 |
<!-- TMPL_IF name="booksellernotes" --> |
49 |
<p><strong>Notes: </strong> |
49 |
<p><strong>Notes: </strong> |
50 |
<!--TMPL_VAR name="booksellernotes" --></p> |
50 |
<!--TMPL_VAR name="booksellernotes" --></p> |
Lines 84-90
function check(form) {
Link Here
|
84 |
</td> |
84 |
</td> |
85 |
<td> |
85 |
<td> |
86 |
<!-- TMPL_VAR name="bibtitle" --> / <!-- TMPL_VAR name="bibauthor" --> <br /> <!-- TMPL_VAR name="bibpublishercode" -->, <!-- TMPL_VAR name="bibpublicationyear" --><br /><!-- TMPL_VAR name="bibisbn" --><br /> |
86 |
<!-- TMPL_VAR name="bibtitle" --> / <!-- TMPL_VAR name="bibauthor" --> <br /> <!-- TMPL_VAR name="bibpublishercode" -->, <!-- TMPL_VAR name="bibpublicationyear" --><br /><!-- TMPL_VAR name="bibisbn" --><br /> |
87 |
<a href="neworderempty.pl?ordernumber=<!-- TMPL_VAR name="ordernumber" -->&booksellerid=<!-- TMPL_VAR name="booksellerid" -->&basketno=<!-- TMPL_VAR name="basketno" -->"> |
87 |
<a href="neworderempty.pl?ordernumber=<!-- TMPL_VAR name="ordernumber" -->&booksellerid=<!-- TMPL_VAR name="booksellerid" -->&basketno=<!-- TMPL_VAR name="basketno" -->"> |
88 |
edit |
88 |
edit |
89 |
</a> |
89 |
</a> |
90 |
</td> |
90 |
</td> |
Lines 92-116
function check(form) {
Link Here
|
92 |
<!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> |
92 |
<!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> |
93 |
</td> |
93 |
</td> |
94 |
<td> |
94 |
<td> |
95 |
<input type="checkbox" name="uncertainprice<!-- TMPL_VAR name="ordernumber" -->" value="1" checked> |
95 |
<input type="checkbox" name="uncertainprice<!-- TMPL_VAR name="ordernumber" -->" value="1" checked="checked" /> |
96 |
</td> |
96 |
</td> |
97 |
<td> |
97 |
<td> |
98 |
<input type="text" size="10" name="price<!-- TMPL_VAR name="ordernumber"-->" value="<!-- TMPL_VAR name="listprice" -->" |
98 |
<input type="text" size="10" name="price<!-- TMPL_VAR name="ordernumber"-->" value="<!-- TMPL_VAR name="listprice" -->" |
99 |
onChange="uncheckbox(this.form, <!-- TMPL_VAR name="ordernumber" -->);" /> |
99 |
onchange="uncheckbox(this.form, <!-- TMPL_VAR name="ordernumber" -->);" /> |
100 |
</td> |
100 |
</td> |
101 |
<td> |
101 |
<td> |
102 |
|
102 |
|
103 |
<input type="text" size="10" name="qty<!-- TMPL_VAR name="ordernumber"-->" value="<!-- TMPL_VAR name="quantity" -->" |
103 |
<input type="text" size="10" name="qty<!-- TMPL_VAR name="ordernumber"-->" value="<!-- TMPL_VAR name="quantity" -->" |
104 |
onChange="uncheckbox(this.form, <!-- TMPL_VAR name="ordernumber" -->);" /> |
104 |
onchange="uncheckbox(this.form, <!-- TMPL_VAR name="ordernumber" -->);" /> |
105 |
</td> |
105 |
</td> |
106 |
</tr> |
106 |
</tr> |
107 |
<!-- /TMPL_LOOP --> |
107 |
<!-- /TMPL_LOOP --> |
108 |
</table> |
108 |
</table> |
109 |
<input type="button" value="Save" onclick="check(this.form)" /> |
109 |
<fieldset class="action"><input type="button" value="Save" onclick="check(this.form)" /></fieldset> |
110 |
</form> |
110 |
</form> |
111 |
<!-- /TMPL_IF --> |
111 |
<!-- /TMPL_IF --> |
112 |
</div> |
112 |
</div> |
113 |
</div> |
113 |
</div><!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> |
114 |
</div> |
|
|
115 |
</body> |
116 |
</html> |
117 |
- |
|
|