mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Extends ntopng localization
This commit is contained in:
parent
7828f4dc23
commit
392bd7040a
20 changed files with 321 additions and 173 deletions
|
|
@ -4,7 +4,7 @@ print [[
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
|
||||
<h3 id="delete_user_dialog_label">Delete User</h3>
|
||||
<h3 id="delete_user_dialog_label">]] print(i18n("users.delete_user")) print[[</h3>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
|
|
@ -56,8 +56,8 @@ print [[
|
|||
</div> <!-- modal-body -->
|
||||
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-default btn-sm" data-dismiss="modal" aria-hidden="true">Close</button>
|
||||
<button id="delete_user_submit" class="btn btn-primary btn-sm">Delete</button>
|
||||
<button class="btn btn-default btn-sm" data-dismiss="modal" aria-hidden="true">]] print(i18n("close")) print[[</button>
|
||||
<button id="delete_user_submit" class="btn btn-danger btn-sm">]] print(i18n("delete")) print[[</button>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue