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> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
00dcf58a13
commit
bfd65a2bda
1 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,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 -->
|
||||
|
@ -432,7 +432,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 -->
|
||||
|
|
Loading…
Reference in a new issue