mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 19:40:11 +01:00
gui fixes #2
This commit is contained in:
parent
29482ffb1d
commit
281d0f7ec8
@ -435,19 +435,19 @@ $_['text_newest_record'] = 'Leg
|
|||||||
$_['text_items'] = 'Tételek';
|
$_['text_items'] = 'Tételek';
|
||||||
$_['text_average_size'] = 'Átlag méret';
|
$_['text_average_size'] = 'Átlag méret';
|
||||||
|
|
||||||
$_['text_return_to'] = 'Return to';
|
$_['text_return_to'] = 'Vissza';
|
||||||
$_['text_error_message'] = 'Please correct the below errors and re-submit.';
|
$_['text_error_message'] = 'Kérjük, javítsa ki az alábbi hibákat, és küldje el újra a formot.';
|
||||||
$_['text_field_required'] = 'This field is required.';
|
$_['text_field_required'] = 'Kötelező mező.';
|
||||||
$_['text_field_length'] = 'This field is required to be longer than ? characters.';
|
$_['text_field_length'] = 'Ennek a mezőnek hosszabbnak kell lennie ? karakternél.';
|
||||||
$_['text_field_domain'] = 'This field must be a valid domain (ie - domain.com).';
|
$_['text_field_domain'] = 'Ennek a mezőnek érvényes domainnévnek kell lennie (pl. - domain.com).';
|
||||||
$_['text_field_colour'] = 'This field must be a valid color code (ie - #fcfcfc).';
|
$_['text_field_colour'] = 'Ennek a mezőnek érvényes színkódnak kell lennie (pl. - #fcfcfc).';
|
||||||
$_['text_delete'] = 'Delete';
|
$_['text_delete'] = 'Törlés';
|
||||||
$_['text_confirm'] = 'Confirm';
|
$_['text_confirm'] = 'Megerősítés';
|
||||||
$_['text_user_delete_confirm_message'] = 'Do you wish to delete the user';
|
$_['text_user_delete_confirm_message'] = 'Törölni akarja a felhasználót';
|
||||||
$_['text_domain_delete_confirm_message'] = 'Do you wish to delete the domain';
|
$_['text_domain_delete_confirm_message'] = 'Törölni akarja a domaint';
|
||||||
$_['text_group_delete_confirm_message'] = 'Do you wish to delete the group';
|
$_['text_group_delete_confirm_message'] = 'Törölni akarja a csoportot';
|
||||||
$_['text_ldap_delete_confirm_message'] = 'Do you wish to delete the LDAP entry';
|
$_['text_ldap_delete_confirm_message'] = 'Törölni akarja az LDAP bejegyzést';
|
||||||
$_['text_customer_delete_confirm_message'] = 'Do you wish to delete the customer';
|
$_['text_customer_delete_confirm_message'] = 'Törölni akarja az ügyfelet';
|
||||||
$_['text_with_selected'] = 'With Selected';
|
$_['text_with_selected'] = 'Kiválasztott levelek';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -435,19 +435,19 @@ $_['text_newest_record'] = 'Legújabb rekord';
|
|||||||
$_['text_items'] = 'Tételek';
|
$_['text_items'] = 'Tételek';
|
||||||
$_['text_average_size'] = 'Átlag méret';
|
$_['text_average_size'] = 'Átlag méret';
|
||||||
|
|
||||||
$_['text_return_to'] = 'Return to';
|
$_['text_return_to'] = 'Vissza';
|
||||||
$_['text_error_message'] = 'Please correct the below errors and re-submit.';
|
$_['text_error_message'] = 'Kérjük, javítsa ki az alábbi hibákat, és küldje el újra a formot.';
|
||||||
$_['text_field_required'] = 'This field is required.';
|
$_['text_field_required'] = 'Kötelező mező.';
|
||||||
$_['text_field_length'] = 'This field is required to be longer than ? characters.';
|
$_['text_field_length'] = 'Ennek a mezőnek hosszabbnak kell lennie ? karakternél.';
|
||||||
$_['text_field_domain'] = 'This field must be a valid domain (ie - domain.com).';
|
$_['text_field_domain'] = 'Ennek a mezőnek érvényes domainnévnek kell lennie (pl. - domain.com).';
|
||||||
$_['text_field_colour'] = 'This field must be a valid color code (ie - #fcfcfc).';
|
$_['text_field_colour'] = 'Ennek a mezőnek érvényes színkódnak kell lennie (pl. - #fcfcfc).';
|
||||||
$_['text_delete'] = 'Delete';
|
$_['text_delete'] = 'Törlés';
|
||||||
$_['text_confirm'] = 'Confirm';
|
$_['text_confirm'] = 'Megerősítés';
|
||||||
$_['text_user_delete_confirm_message'] = 'Do you wish to delete the user';
|
$_['text_user_delete_confirm_message'] = 'Törölni akarja a felhasználót';
|
||||||
$_['text_domain_delete_confirm_message'] = 'Do you wish to delete the domain';
|
$_['text_domain_delete_confirm_message'] = 'Törölni akarja a domaint';
|
||||||
$_['text_group_delete_confirm_message'] = 'Do you wish to delete the group';
|
$_['text_group_delete_confirm_message'] = 'Törölni akarja a csoportot';
|
||||||
$_['text_ldap_delete_confirm_message'] = 'Do you wish to delete the LDAP entry';
|
$_['text_ldap_delete_confirm_message'] = 'Törölni akarja az LDAP bejegyzést';
|
||||||
$_['text_customer_delete_confirm_message'] = 'Do you wish to delete the customer';
|
$_['text_customer_delete_confirm_message'] = 'Törölni akarja az ügyfelet';
|
||||||
$_['text_with_selected'] = 'With Selected';
|
$_['text_with_selected'] = 'Kiválasztott levelek';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
<div id="deleteconfirm-modal" class="modal hide fade">
|
||||||
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal" role="dialog" aria-hidden="true"><i class="icon-remove"></i></button>
|
||||||
|
<h3><?php print $text_confirm; ?> <?php print $text_delete; ?></h3>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body">
|
||||||
|
<p><?php print $text_customer_delete_confirm_message; ?> <span id="name">ERROR</span>?</p>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
|
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true"><?php print $text_close; ?></a>
|
||||||
|
<a href="index.php?route=customer/remove&id=-1&name=Error&confirmed=0" class="btn btn-primary" id="id"><?php print $text_delete; ?></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h4><?php if(isset($a['domain'])) { print $text_edit_entry; } else { print $text_add_new_entry; } ?></h4>
|
<h4><?php if(isset($a['domain'])) { print $text_edit_entry; } else { print $text_add_new_entry; } ?></h4>
|
||||||
|
|
||||||
<?php if(isset($x)){ ?>
|
<?php if(isset($x)){ ?>
|
||||||
@ -93,7 +107,7 @@
|
|||||||
<div class="domaincell"><?php print $e['background_colour']; ?></div>
|
<div class="domaincell"><?php print $e['background_colour']; ?></div>
|
||||||
<div class="domaincell"><?php print $e['text_colour']; ?></div>
|
<div class="domaincell"><?php print $e['text_colour']; ?></div>
|
||||||
<div class="domaincell"><a href="index.php?route=customer/list&id=<?php print $e['id']; ?>"><?php print $text_edit; ?></a></div>
|
<div class="domaincell"><a href="index.php?route=customer/list&id=<?php print $e['id']; ?>"><?php print $text_edit; ?></a></div>
|
||||||
<div class="domaincell"><a href="index.php?route=customer/remove&id=<?php print $e['id']; ?>&name=<?php print urlencode($e['domain']); ?>&confirmed=1" onclick="if(confirm('<?php print $text_remove; ?>: ' + '\'<?php print $e['domain']; ?>\'')) return true; return false;"><?php print $text_remove; ?></a></div>
|
<div class="domaincell"><a href="index.php?route=customer/remove&id=<?php print $e['id']; ?>&name=<?php print urlencode($e['domain']); ?>&confirmed=1" class="confirm-delete" data-id="<?php print $e['id']; ?>" data-name="<?php print $e['domain']; ?>"><i class="icon-remove-sign"></i> <?php print $text_remove; ?></a></div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
<div id="deleteconfirm-modal" class="modal hide fade">
|
||||||
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal" role="dialog" aria-hidden="true"><i class="icon-remove"></i></button>
|
||||||
|
<h3><?php print $text_confirm; ?> <?php print $text_delete; ?></h3>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body">
|
||||||
|
<p><?php print $text_domain_delete_confirm_message; ?> <span id="name">ERROR</span>?</p>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
|
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true"><?php print $text_close; ?></a>
|
||||||
|
<a href="index.php?route=domain/remove&id=-1&domain=Error&confirmed=0" class="btn btn-primary" id="id"><?php print $text_delete; ?></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h4><?php print $text_add_new_domain; ?></h4>
|
<h4><?php print $text_add_new_domain; ?></h4>
|
||||||
|
|
||||||
@ -58,7 +71,7 @@
|
|||||||
<?php if(ENABLE_SAAS == 1) { ?>
|
<?php if(ENABLE_SAAS == 1) { ?>
|
||||||
<div class="domaincell"><?php print $domain['ldap']; ?></div>
|
<div class="domaincell"><?php print $domain['ldap']; ?></div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<div class="domaincell"><a href="index.php?route=domain/remove&confirmed=1&name=<?php print urlencode($domain['domain']); ?>" onclick="if(confirm('<?php print $text_remove_domain; ?>: ' + '\'<?php print $domain['domain']; ?>\'')) return true; return false;"><?php print $text_remove; ?></a></div>
|
<div class="domaincell"><a href="index.php?route=domain/remove&id=1&domain=<?php print urlencode($domain['domain']); ?>" class="confirm-delete" data-id="1" data-name="<?php print urlencode($domain['domain']); ?>"><i class="icon-remove-sign"></i> <?php print $text_remove; ?></a></div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
<div id="deleteconfirm-modal" class="modal hide fade">
|
||||||
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal" role="dialog" aria-hidden="true"><i class="icon-remove"></i></button>
|
||||||
|
<h3><?php print $text_confirm; ?> <?php print $text_delete; ?></h3>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body">
|
||||||
|
<p><?php print $text_group_delete_confirm_message; ?> <span id="name">ERROR</span>?</p>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
|
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true"><?php print $text_close; ?></a>
|
||||||
|
<a href="index.php?route=group/remove&id=-1&name=Error&confirmed=0" class="btn btn-primary" id="id"><?php print $text_delete; ?></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p/>
|
<p/>
|
||||||
|
|
||||||
@ -35,7 +48,7 @@
|
|||||||
<div class="domainrow">
|
<div class="domainrow">
|
||||||
<div class="domaincell"><?php print $group['groupname']; ?></div>
|
<div class="domaincell"><?php print $group['groupname']; ?></div>
|
||||||
<div class="domaincell"><a href="index.php?route=group/edit&id=<?php print $group['id']; ?>"><?php print $text_edit_or_view; ?></a></div>
|
<div class="domaincell"><a href="index.php?route=group/edit&id=<?php print $group['id']; ?>"><?php print $text_edit_or_view; ?></a></div>
|
||||||
<div class="domaincell"><a href="index.php?route=group/remove&confirmed=1&id=<?php print $group['id']; ?>" onclick="if(confirm('<?php print $text_remove_this_group; ?>: ' + '\'<?php print $group['groupname']; ?>\'')) return true; return false;"><?php print $text_remove; ?></a></div>
|
<div class="domaincell"><a href="index.php?route=group/remove&id=<?php print $group['id']; ?>&name=<?php print urlencode($group['groupname']); ?>" class="confirm-delete" data-id="<?php print $group['id']; ?>" data-name="<?php print $group['groupname']; ?>"><i class="icon-remove-sign"></i> <?php print $text_remove; ?></a></div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
<div id="deleteconfirm-modal" class="modal hide fade">
|
||||||
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal" role="dialog" aria-hidden="true"><i class="icon-remove"></i></button>
|
||||||
|
<h3><?php print $text_confirm; ?> <?php print $text_delete; ?></h3>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body">
|
||||||
|
<p><?php print $text_ldap_delete_confirm_message; ?> <span id="name">ERROR</span>?</p>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
|
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true"><?php print $text_close; ?></a>
|
||||||
|
<a href="index.php?route=ldap/remove&id=-1&name=Error&confirmed=0" class="btn btn-primary" id="id"><?php print $text_delete; ?></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h4><?php if(isset($a['description'])) { print $text_edit_entry; } else { print $text_add_new_entry; } ?></h4>
|
<h4><?php if(isset($a['description'])) { print $text_edit_entry; } else { print $text_add_new_entry; } ?></h4>
|
||||||
|
|
||||||
<?php if(isset($x)){ ?>
|
<?php if(isset($x)){ ?>
|
||||||
@ -93,7 +107,7 @@
|
|||||||
<div class="domaincell"><?php print $e['ldap_bind_dn']; ?></div>
|
<div class="domaincell"><?php print $e['ldap_bind_dn']; ?></div>
|
||||||
<div class="domaincell"><?php print $e['ldap_auditor_member_dn']; ?></div>
|
<div class="domaincell"><?php print $e['ldap_auditor_member_dn']; ?></div>
|
||||||
<div class="domaincell"><a href="index.php?route=ldap/list&id=<?php print $e['id']; ?>"><?php print $text_edit; ?></a></div>
|
<div class="domaincell"><a href="index.php?route=ldap/list&id=<?php print $e['id']; ?>"><?php print $text_edit; ?></a></div>
|
||||||
<div class="domaincell"><a href="index.php?route=ldap/remove&id=<?php print $e['id']; ?>&name=<?php print urlencode($e['description']); ?>&confirmed=1" onclick="if(confirm('<?php print $text_remove; ?>: ' + '\'<?php print $e['description']; ?>\'')) return true; return false;"><?php print $text_remove; ?></a></div>
|
<div class="domaincell"><a href="index.php?route=ldap/remove&id=<?php print $e['id']; ?>&name=<?php print urlencode($e['description']); ?>&confirmed=1" class="confirm-delete" data-id="<?php print $e['id']; ?>" data-name="<?php print $e['description']; ?>"><i class="icon-remove-sign"></i> <?php print $text_remove; ?></a></div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
<div id="deleteconfirm-modal" class="modal hide fade">
|
||||||
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal" role="dialog" aria-hidden="true"><i class="icon-remove"></i></button>
|
||||||
|
<h3><?php print $text_confirm; ?> <?php print $text_delete; ?></h3>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body">
|
||||||
|
<p><?php print $text_user_delete_confirm_message; ?> <span id="name">ERROR</span>?</p>
|
||||||
|
</div>
|
||||||
|
<div class="modal-footer">
|
||||||
|
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true"><?php print $text_close; ?></a>
|
||||||
|
<a href="index.php?route=user/remove&uid=-1&name=Error&confirmed=0" class="btn btn-primary" id="id"><?php print $text_delete; ?></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p/>
|
<p/>
|
||||||
|
|
||||||
@ -46,7 +59,7 @@
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div class="domaincell"><a href="index.php?route=user/edit&uid=<?php print $user['uid']; ?>"><?php print $text_edit_or_view; ?></a></div>
|
<div class="domaincell"><a href="index.php?route=user/edit&uid=<?php print $user['uid']; ?>"><?php print $text_edit_or_view; ?></a></div>
|
||||||
<div class="domaincell"><a href="index.php?route=user/remove&confirmed=1&id=<?php print $user['uid']; ?>" onclick="if(confirm('<?php print $text_remove_this_user; ?>: ' + '\'<?php print $user['realname']; ?> / <?php print $user['email']; ?>\'')) return true; return false;"><?php print $text_remove; ?></a></div>
|
<div class="domaincell"><a href="index.php?route=user/remove&id=<?php print $user['uid']; ?>&user=<?php print $user['username']; ?>" class="confirm-delete" data-id="<?php print $user['uid']; ?>" data-name="<?php print $user['realname']; ?>"><i class="icon-remove-sign"></i> <?php print $text_remove; ?></a></div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user