|
Lines 246-252
Link Here
|
| 246 |
<input type="hidden" name="stage_id" value="[% stage.id | html %]"> |
246 |
<input type="hidden" name="stage_id" value="[% stage.id | html %]"> |
| 247 |
<input type="hidden" name="rota_id" value="[% rota_id | html %]"> |
247 |
<input type="hidden" name="rota_id" value="[% rota_id | html %]"> |
| 248 |
<input type="hidden" name="op" value="process_stage"> |
248 |
<input type="hidden" name="op" value="process_stage"> |
| 249 |
<button type="submit" class="btn btn-default">Save</button> |
249 |
<button type="submit" class="btn btn-primary">Save</button> |
| 250 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
250 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
| 251 |
</div> <!-- /.modal-footer --> |
251 |
</div> <!-- /.modal-footer --> |
| 252 |
</div> <!-- /.modal-content --> |
252 |
</div> <!-- /.modal-content --> |
|
Lines 431-437
Link Here
|
| 431 |
<div class="modal-footer"> |
431 |
<div class="modal-footer"> |
| 432 |
<input type="hidden" name="rota_id" value="[% rota.id | html %]"> |
432 |
<input type="hidden" name="rota_id" value="[% rota.id | html %]"> |
| 433 |
<input type="hidden" name="op" value="add_items_to_rota"> |
433 |
<input type="hidden" name="op" value="add_items_to_rota"> |
| 434 |
<button type="submit" class="btn btn-default">Save</button> |
434 |
<button type="submit" class="btn btn-primary">Save</button> |
| 435 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
435 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
| 436 |
</div> <!-- /.modal-footer --> |
436 |
</div> <!-- /.modal-footer --> |
| 437 |
</div> <!-- /.modal-content --> |
437 |
</div> <!-- /.modal-content --> |
| 438 |
- |
|
|