mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
Fixed reject button text for data officer
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
007e244b7b
commit
6c68a25b63
@ -60,7 +60,7 @@
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true"><?php print $text_close; ?></a>
|
||||
<a href="#" class="btn btn-primary" id="reject_id2"><?php print $text_delete; ?></a>
|
||||
<a href="#" class="btn btn-primary" id="reject_id2"><?php print $text_reject; ?></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user