Commit fa142b55 authored by Manuel Faux's avatar Manuel Faux

UX: Changed icon for "add similar item"

Changed button icon of "add similar item" from plus to clone symbol.
parent f8d651d1
......@@ -381,7 +381,7 @@ $( document ).ready(function() {
<span class="glyphicon glyphicon-remove"></span>
</a>
<a href="firewall_nat_edit.php?dup=<?=$nnats;?>" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new rule based on this one");?>">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
</td>
</tr>
......
......@@ -251,7 +251,7 @@ $main_buttons = array(
<span class="glyphicon glyphicon-remove"></span>
</a>
<a href="firewall_nat_1to1_edit.php?dup=<?=$i;?>" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new mapping based on this one");?>" class="btn btn-default btn-xs">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
</td>
</tr>
......
......@@ -242,7 +242,7 @@ $main_buttons = array(
<span class="glyphicon glyphicon-remove"></span>
</a>
<a href="firewall_nat_npt_edit.php?dup=<?=$i;?>" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new rule based on this one");?>">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
</td>
</tr>
......
......@@ -420,7 +420,7 @@ include("head.inc");
<span class="glyphicon glyphicon-remove"></span>
</a>
<a href="firewall_nat_out_edit.php?dup=<?=$i;?>" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add a new NAT based on this one");?>">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
</td>
</tr>
......
......@@ -532,7 +532,7 @@ $( document ).ready(function() {
<span class="glyphicon glyphicon-remove"></span>
</a>
<a href="firewall_rules_edit.php?dup=<?=$i;?>" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new rule based on this one");?>">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
</td>
</tr>
......
......@@ -239,7 +239,7 @@ $main_buttons = array(
<span class="glyphicon glyphicon-remove"></span>
</a>
<a href="firewall_schedule.php?dup=<?=$i;?>" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new schedule based on this one");?>">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
</td>
</tr>
......
......@@ -316,7 +316,7 @@ $main_buttons = array(
<span class="glyphicon glyphicon-remove"></span>
</a>
<a href="firewall_virtual_ip_edit.php?dup=<?=$i;?>" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" title="<?=gettext("add new rule based on this one");?>">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
</td>
</tr>
......
......@@ -200,7 +200,7 @@ $( document ).ready(function() {
data-id="<?=$i?>" title="<?=gettext("delete group");?>" data-toggle="tooltip"
data-placement="left" ><span class="glyphicon glyphicon-remove"></span>
</button>
<a href="system_gateway_groups_edit.php?dup=<?=$i;?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>
<a href="system_gateway_groups_edit.php?dup=<?=$i;?>" class="btn btn-default btn-xs"><span class="fa fa-clone text-muted"></span></a>
</td>
</tr>
<?php $i++;
......
......@@ -366,7 +366,7 @@ $( document ).ready(function() {
endif;?>
<a href="system_gateways_edit.php?dup=<?=$i;?>" class="btn btn-default btn-xs"
data-toggle="tooltip" data-placement="left" title="<?=gettext("Add Gateway based on this one");?>">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
</td>
</tr>
......
......@@ -283,7 +283,7 @@ endif; ?>
data-placement="left" ><span class="glyphicon glyphicon-remove"></span>
</button>
<a class="btn btn-default btn-xs" href="system_routes_edit.php?dup=<?=$i;?>">
<span class="glyphicon glyphicon-plus" title="<?=gettext("add a new rule based on this one");?>" alt="duplicate"></span>
<span class="fa fa-clone text-muted" title="<?=gettext("add a new rule based on this one");?>" alt="duplicate"></span>
</a>
</td>
</tr>
......
......@@ -381,7 +381,7 @@ if (!empty($ph1ent['encryption-algorithm']['keylen'])) {
?>
<a href="vpn_ipsec_phase1.php?dup=<?=$i;
?>" title="<?=gettext("copy phase1 entry"); ?>" class="btn btn-default btn-xs" alt="add">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
<?php endif;
?>
......@@ -506,7 +506,7 @@ if (!empty($ph2ent['hash-algorithm-option']) && is_array($ph2ent['hash-algorithm
</button>
<a href="vpn_ipsec_phase2.php?dup=<?=$ph2ent['uniqid'];
?>" title="<?=gettext("add a new Phase 2 based on this one"); ?>" alt="add" class="btn btn-default btn-xs">
<span class="glyphicon glyphicon-plus"></span>
<span class="fa fa-clone text-muted"></span>
</a>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment