Commit 71f44506 authored by Manuel Faux's avatar Manuel Faux

user manager: fixed button titles

parent f8d651d1
...@@ -808,11 +808,11 @@ $( document ).ready(function() { ...@@ -808,11 +808,11 @@ $( document ).ready(function() {
</a> </a>
<a href="system_usermanager.php?act=expcert&certid=<?=$i?>&userid=<?=$id?>" <a href="system_usermanager.php?act=expcert&certid=<?=$i?>&userid=<?=$id?>"
class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left" class="btn btn-default btn-xs" data-toggle="tooltip" data-placement="left"
title="<?=gettext("export cert");?>"> title="<?=gettext("export certificate");?>">
<span class="glyphicon glyphicon-arrow-down"></span> <span class="glyphicon glyphicon-arrow-down"></span>
</a> </a>
<button type="submit" data-certid="<?=$i;?>" class="btn btn-default btn-xs act-del-cert" <button type="submit" data-certid="<?=$i;?>" class="btn btn-default btn-xs act-del-cert"
title="<?=gettext("delete cert");?>" data-toggle="tooltip" data-placement="left" > title="<?=gettext("unlink certificate");?>" data-toggle="tooltip" data-placement="left" >
<span class="glyphicon glyphicon-remove"></span> <span class="glyphicon glyphicon-remove"></span>
</button> </button>
</td> </td>
...@@ -824,7 +824,8 @@ $( document ).ready(function() { ...@@ -824,7 +824,8 @@ $( document ).ready(function() {
<tr> <tr>
<td colspan="2"></td> <td colspan="2"></td>
<td> <td>
<a href="system_certmanager.php?act=new&userid=<?=$id?>" class="btn btn-default btn-xs"> <a href="system_certmanager.php?act=new&userid=<?=$id?>" class="btn btn-default btn-xs"
title="<?=gettext("create user certificate");?>" data-toggle="tooltip" data-placement="left" >
<span class="glyphicon glyphicon-plus"></span> <span class="glyphicon glyphicon-plus"></span>
</a> </a>
</td> </td>
......
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