Commit 89ea14d2 authored by Ad Schellevis's avatar Ad Schellevis

(ui) change (+) alignment in system_usermanager.php

parent feaf21fc
...@@ -769,8 +769,7 @@ $( document ).ready(function() { ...@@ -769,8 +769,7 @@ $( document ).ready(function() {
endforeach; endforeach;
endif;?> endif;?>
<tr> <tr>
<td colspan="2"></td> <td colspan="3">
<td>
<a href="system_certmanager.php?act=new&amp;userid=<?=$id?>" class="btn btn-default btn-xs" <a href="system_certmanager.php?act=new&amp;userid=<?=$id?>" class="btn btn-default btn-xs"
title="<?=gettext("create or link user certificate");?>" data-toggle="tooltip"> title="<?=gettext("create or link user certificate");?>" data-toggle="tooltip">
<span class="glyphicon glyphicon-plus"></span> <span class="glyphicon glyphicon-plus"></span>
...@@ -819,8 +818,7 @@ $( document ).ready(function() { ...@@ -819,8 +818,7 @@ $( document ).ready(function() {
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr>
<td></td> <td colspan="2">
<td>
<button type="button" class="btn btn-default btn-xs" id="newApiKey" <button type="button" class="btn btn-default btn-xs" id="newApiKey"
title="<?=gettext("create API key");?>" data-toggle="tooltip"> title="<?=gettext("create API key");?>" data-toggle="tooltip">
<span class="glyphicon glyphicon-plus"></span> <span class="glyphicon glyphicon-plus"></span>
......
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