mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-15 05:07:03 +02:00
orig theme renamed to mobile
This commit is contained in:
14
webui/view/theme/mobile/templates/policy/apply.tpl
Normal file
14
webui/view/theme/mobile/templates/policy/apply.tpl
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
||||
<div class="modal-header">
|
||||
<h3 id="myModalLabel"><?php print $x; ?></h3>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">OK</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$('#myModal').modal('show');
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user