diff options
Diffstat (limited to 'public/app/views/templates/penalty.php')
| -rw-r--r-- | public/app/views/templates/penalty.php | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/public/app/views/templates/penalty.php b/public/app/views/templates/penalty.php index 17e5426..e913721 100644 --- a/public/app/views/templates/penalty.php +++ b/public/app/views/templates/penalty.php @@ -19,13 +19,30 @@ <form method="post"> <div> - <h4>Πρακτικό Πειθαρχικής Υπόθεσης</h4> + <h4> + Πρακτικό Πειθαρχικής Υπόθεσης + <button class="btn btn-back2panel btn-sm"> + Επιστροφή + </button> + </h4> <hr /> <?=$form['html']?> + <br /> - <button type="submit" class="btn btn-primary btn-sm col-12">Καταχώριση</button> + <div class="row"> + <div class="col-4"> + <button class="btn btn-preview btn-sm col-12"> + Προεπισκόπηση + </button> + </div> + <div class="col-8"> + <button type="submit" class="btn btn-primary btn-sm col-12"> + Καταχώριση + </button> + </div> + </div> </div> </form> |
