summaryrefslogtreecommitdiff
path: root/public/app/views/components/own_petitions.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/views/components/own_petitions.php')
-rw-r--r--public/app/views/components/own_petitions.php52
1 files changed, 0 insertions, 52 deletions
diff --git a/public/app/views/components/own_petitions.php b/public/app/views/components/own_petitions.php
index 8ea0f23..4b076c4 100644
--- a/public/app/views/components/own_petitions.php
+++ b/public/app/views/components/own_petitions.php
@@ -35,55 +35,3 @@
-<?php if ($is_admin) : ?>
-
-<!-- MODAL for set protocol number -->
-<!-- NOTE: tabindex="-1" removed, ref:https://github.com/select2/select2-bootstrap-theme/issues/41 -->
-<div class="modal fade" id="managePetition" aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-dialog modal-lg" role="document">
- <div class="modal-content">
-
- <form method="post" action="">
-
- <div class="modal-header">
- <h4 class="modal-title" id="myModalLabel">Απόδωση αριθμού πρψτόκολλου</h4>
- <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
- </div><!-- /modal-header -->
-
- <!-- modal-body -->
- <div class="modal-body">
-
- <div class="row form-group">
- <label class="control-label col-sm-12" for="protocol">Τίτλος</label>
- <div class="col-sm-12">
- <input class="form-control form-control-sm" type="text" name="protocol" value="" required="">
- </div>
- </div>
-
- <div class="row form-group"><!-- hiddens -->
- <input type="hidden" name="id" value="0"><!-- petition-id -->
- <input type="hidden" name="signature" value=""><!-- signature -->
- </div>
-
- </div><!-- /modal body -->
-
- <div class="modal-footer">
- <div class="row" style="width: 50%;">
- <div class="form-actions">
- <div class="col-4">
- <button type="button" class="btn btn-default js-modal-close col-sm-12" data-bs-dismiss="modal">Κλείσιμο</button>
- </div>
- <div class="col-8">
- <button class="btn btn-success col-sm-12" type="submit">Καταχώριση</button>
- </div>
- </div>
- </div>
- </div><!-- /modal-footer -->
-
- </form><!-- /form -->
-
- </div>
- </div>
-</div>
-
-<?php endif; ?> \ No newline at end of file