diff options
Diffstat (limited to 'public/app/views/templates/application.php')
| -rw-r--r-- | public/app/views/templates/application.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/app/views/templates/application.php b/public/app/views/templates/application.php index 4611a2d..4855383 100644 --- a/public/app/views/templates/application.php +++ b/public/app/views/templates/application.php @@ -19,7 +19,12 @@ <form method="post"> <div> - <h4>Αίτηση</h4> + <h4> + Αίτηση + <button class="btn btn-back2panel btn-sm"> + Επιστροφή + </button> + </h4> <hr /> <?=$form['html']?> |
