Bugzilla – Attachment 155324 Details for
Bug 32335
Allow stock rotation items to be moved several stages ahead
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32335: (QA follow-up) Add 'btn-primary' instead of 'btn-default' class to dialog Save buttons
Bug-32335-QA-follow-up-Add-btn-primary-instead-of-.patch (text/plain), 2.27 KB, created by
Pedro Amorim
on 2023-09-07 15:47:53 UTC
(
hide
)
Description:
Bug 32335: (QA follow-up) Add 'btn-primary' instead of 'btn-default' class to dialog Save buttons
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-09-07 15:47:53 UTC
Size:
2.27 KB
patch
obsolete
>From 4af4659e8c268b9620d0f48fa0e1905369bbcacc Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 7 Sep 2023 15:38:00 +0000 >Subject: [PATCH] Bug 32335: (QA follow-up) Add 'btn-primary' instead of > 'btn-default' class to dialog Save buttons > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/tools/stockrotation.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >index d7f7657cc7..50949af31a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt >@@ -246,7 +246,7 @@ > <input type="hidden" name="stage_id" value="[% stage.id | html %]"> > <input type="hidden" name="rota_id" value="[% rota_id | html %]"> > <input type="hidden" name="op" value="process_stage"> >- <button type="submit" class="btn btn-default">Save</button> >+ <button type="submit" class="btn btn-primary">Save</button> > <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> > </div> <!-- /.modal-footer --> > </div> <!-- /.modal-content --> >@@ -431,7 +431,7 @@ > <div class="modal-footer"> > <input type="hidden" name="rota_id" value="[% rota.id | html %]"> > <input type="hidden" name="op" value="add_items_to_rota"> >- <button type="submit" class="btn btn-default">Save</button> >+ <button type="submit" class="btn btn-primary">Save</button> > <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> > </div> <!-- /.modal-footer --> > </div> <!-- /.modal-content --> >-- >2.30.2
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 32335
:
144204
|
144206
|
148747
|
148748
|
151491
|
155322
|
155323
| 155324