This commit is contained in:
SJ 2013-08-15 00:03:20 +02:00
parent 29482ffb1d
commit 281d0f7ec8
7 changed files with 100 additions and 33 deletions

View File

@ -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';
?> ?>

View File

@ -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';
?> ?>

View File

@ -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&amp;id=-1&amp;name=Error&amp;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&amp;id=<?php print $e['id']; ?>"><?php print $text_edit; ?></a></div> <div class="domaincell"><a href="index.php?route=customer/list&amp;id=<?php print $e['id']; ?>"><?php print $text_edit; ?></a></div>
<div class="domaincell"><a href="index.php?route=customer/remove&amp;id=<?php print $e['id']; ?>&amp;name=<?php print urlencode($e['domain']); ?>&amp;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&amp;id=<?php print $e['id']; ?>&amp;name=<?php print urlencode($e['domain']); ?>&amp;confirmed=1" class="confirm-delete" data-id="<?php print $e['id']; ?>" data-name="<?php print $e['domain']; ?>"><i class="icon-remove-sign"></i>&nbsp;<?php print $text_remove; ?></a></div>
</div> </div>
<?php } ?> <?php } ?>

View File

@ -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&amp;id=-1&amp;domain=Error&amp;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&amp;confirmed=1&amp;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&amp;id=1&amp;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>&nbsp;<?php print $text_remove; ?></a></div>
</div> </div>
<?php } ?> <?php } ?>

View File

@ -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&amp;id=-1&amp;name=Error&amp;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&amp;id=<?php print $group['id']; ?>"><?php print $text_edit_or_view; ?></a></div> <div class="domaincell"><a href="index.php?route=group/edit&amp;id=<?php print $group['id']; ?>"><?php print $text_edit_or_view; ?></a></div>
<div class="domaincell"><a href="index.php?route=group/remove&amp;confirmed=1&amp;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&amp;id=<?php print $group['id']; ?>&amp;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>&nbsp;<?php print $text_remove; ?></a></div>
</div> </div>
<?php } ?> <?php } ?>

View File

@ -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&amp;id=-1&amp;name=Error&amp;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&amp;id=<?php print $e['id']; ?>"><?php print $text_edit; ?></a></div> <div class="domaincell"><a href="index.php?route=ldap/list&amp;id=<?php print $e['id']; ?>"><?php print $text_edit; ?></a></div>
<div class="domaincell"><a href="index.php?route=ldap/remove&amp;id=<?php print $e['id']; ?>&amp;name=<?php print urlencode($e['description']); ?>&amp;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&amp;id=<?php print $e['id']; ?>&amp;name=<?php print urlencode($e['description']); ?>&amp;confirmed=1" class="confirm-delete" data-id="<?php print $e['id']; ?>" data-name="<?php print $e['description']; ?>"><i class="icon-remove-sign"></i>&nbsp;<?php print $text_remove; ?></a></div>
</div> </div>
<?php } ?> <?php } ?>

View File

@ -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&amp;uid=-1&amp;name=Error&amp;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&amp;uid=<?php print $user['uid']; ?>"><?php print $text_edit_or_view; ?></a></div> <div class="domaincell"><a href="index.php?route=user/edit&amp;uid=<?php print $user['uid']; ?>"><?php print $text_edit_or_view; ?></a></div>
<div class="domaincell"><a href="index.php?route=user/remove&amp;confirmed=1&amp;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&amp;id=<?php print $user['uid']; ?>&amp;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>&nbsp;<?php print $text_remove; ?></a></div>
</div> </div>
<?php } ?> <?php } ?>