Bugzilla – Attachment 17121 Details for
Bug 7736
Edifact QUOTE and ORDER functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7736 - Edifact QUOTE and ORDER functionality - Followup - Fix UI Issues
Bug-7736---Edifact-QUOTE-and-ORDER-functionality--.patch (text/plain), 4.70 KB, created by
Kyle M Hall
on 2013-04-02 11:51:02 UTC
(
hide
)
Description:
Bug 7736 - Edifact QUOTE and ORDER functionality - Followup - Fix UI Issues
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2013-04-02 11:51:02 UTC
Size:
4.70 KB
patch
obsolete
>From 387af547ab05c4cbf1246133c7c83dbe008c177e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions> >Date: Mon, 1 Apr 2013 12:31:29 -0700 >Subject: [PATCH] Bug 7736 - Edifact QUOTE and ORDER functionality - Followup - Fix UI Issues > >--- > .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 44 ++----------------- > 1 files changed, 5 insertions(+), 39 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index bf782cf..6d4f2bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -139,47 +139,13 @@ > <div id="toolbar" class="btn-toolbar"> > <div class="btn-group"><a href="basketheader.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]&op=add_form" class="btn btn-small" id="basketheadbutton"><i class="icon-pencil"></i> Edit basket</a></div> > <div class="btn-group"><a href="#" class="btn btn-small" id="delbasketbutton"><i class="icon-remove"></i> Delete this basket</a></div> >- <div id="toolbar"> >- <script type="text/javascript"> >- //<![CDATA[ >- // prepare DOM for YUI Toolbar >- $(document).ready(function() { >- yuiToolbar(); >- }); >- // YUI Toolbar Functions >- function yuiToolbar() { >- [% IF ( unclosable ) %] >- new YAHOO.widget.Button("closebutton", {disabled:true}); >- [% ELSIF ( uncertainprices ) %] >- new YAHOO.widget.Button("uncertpricesbutton"); >- [% ELSE %] >- new YAHOO.widget.Button("closebutton"); >- [% END %] >- new YAHOO.widget.Button("basketheadbutton"); >- new YAHOO.widget.Button("exportbutton"); >- new YAHOO.widget.Button("delbasketbutton"); >- new YAHOO.widget.Button("ediorderbutton"); >- } >- //]]> >- </script> >- >- <ul id="toolbar-list" class="toolbar"> >- <li><a href="basketheader.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]&op=add_form" class="button" id="basketheadbutton">Edit basket</a></li> >- <li><a href="javascript:confirm_deletion();" class="button" id="delbasketbutton">Delete this basket</a></li> >- [% IF ( unclosable ) %] >- [% ELSIF ( uncertainprices ) %] >- <div class="btn-group"><a href="/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=[% booksellerid %]&owner=1" class="btn btn-small" id="uncertpricesbutton">Uncertain prices</a></div> >- [% ELSE %] >+ [% IF ediaccount %] > <div class="btn-group"> >- <a href="[% script_name %]?op=close&basketno=[% basketno %]&booksellerid=[% booksellerid %]" class="btn btn-small" id="closebutton"><i class="icon-remove-sign"></i> Close this basket</a> >+ <a class="btn btn-small" href="[% script_name %]?op=ediorder&basketno=[% basketno %]&booksellerid=[% booksellerid %]" class="button" id="ediorderbutton"> >+ <i class="icon-retweet"></i> EDIfact order >+ </a> > </div> > [% END %] >- <div class="btn-group"><a href="[% script_name %]?op=export&basketno=[% basketno %]&booksellerid=[% booksellerid %]" class="btn btn-small" id="exportbutton"><i class="icon-download"></i> Export this basket as CSV</a></div> >- <li><a href="[% script_name %]?op=export&basketno=[% basketno %]&booksellerid=[% booksellerid %]" class="button" id="exportbutton">Export this basket as CSV</a></li> >- [% IF ediaccount %] >- <li><a href="[% script_name %]?op=ediorder&basketno=[% basketno %]&booksellerid=[% booksellerid %]" class="button" id="ediorderbutton">EDIfact order</a></li> >- [% END %] >- </ul> > > </div> > [% ELSE %] >@@ -483,7 +449,7 @@ > [% END %] > <br /> > [% UNLESS ( closedate ) %] >- [% INCLUDE 'acquisitions-add-to-basket.inc' %] >+ [% INCLUDE 'acquisitions-add-to-basket.inc' %] > [% END %] > [% END %] > [% END %] >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7736
:
8275
|
8276
|
8446
|
8635
|
10226
|
12398
|
12438
|
12467
|
13071
|
15304
|
15729
|
16538
|
16629
|
16649
|
16652
|
16667
|
16732
|
16761
|
16779
|
16792
|
16864
|
16865
|
16866
|
16867
|
16868
|
16869
|
16870
|
16871
|
16872
|
16873
|
16874
|
16882
|
16883
|
16884
|
16885
|
16886
|
17120
|
17121
|
20983
|
20984
|
21475
|
33953
|
33957
|
34332
|
34833
|
35030
|
35106
|
35716
|
35717
|
35718
|
36738
|
44079
|
44080
|
44081
|
44082
|
44083
|
44084
|
46996
|
47004
|
48623
|
48624
|
48625
|
48626
|
48971
|
48972
|
48973
|
48974
|
48975
|
48976
|
49037
|
49038
|
49039
|
49040
|
49041
|
49042
|
49307
|
49850
|
50002
|
50008