File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22 < div class ="l-sort clearfix ">
33 < div class ="l-unit-toolbar__buttonstrip ">
44 < a class ="ui-button cancel " id ="btn-back " href ="/list/user/ "> < i class ="fas fa-arrow-left status-icon blue "> </ i > < ?=_('Back')?> </ a >
5- < a href ="/list/key/ " id ="btn-create " class ="ui-button cancel " title ="<?=_('Manage SSH keys');?> "> < i class ="fas fa-key status-icon orange "> </ i > < ?=_('Manage SSH keys')?> </ a >
5+ < ?php if( $_SESSION['user'] == $_GET['user'] || isset($_SESSION['look'])){?>
6+ < a href ="/list/key/ " id ="btn-create " class ="ui-button cancel " title ="<?=_('Manage SSH keys');?> "> < i class ="fas fa-key status-icon orange "> </ i > < ?=_('Manage SSH keys')?> </ a >
7+ < ?php } ?>
68 </ div >
79 < div class ="l-unit-toolbar__buttonstrip float-right ">
810 < a href ="# " class ="ui-button " title ="<?=_('Save')?> " data-action ="submit " data-id ="vstobjects "> < i class ="fas fa-save status-icon purple "> </ i > < ?=_('Save')?> </ a >
You can’t perform that action at this time.
0 commit comments