clone icons

pull/2077/head
Pliable Pixels 2018-03-24 10:21:59 -04:00
parent 140217bef6
commit b8f6c2277f
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ $SLANG = array(
'ChooseLogFormat' => 'Choose a log format',
'ChooseLogSelection' => 'Choose a log selection',
'ChoosePreset' => 'Choose Preset',
'CloneMonitor' => 'Clone Monitor',
'CloneMonitor' => 'Clone',
'Close' => 'Close',
'Colour' => 'Colour',
'Command' => 'Command',

View File

@ -309,7 +309,7 @@ $stream_available = canView('Stream') && $monitor['CaptureFPS'] && $monitor['Fun
<button type="button" name="cloneBtn" onclick="cloneMonitor(this);"
<?php echo (canEdit('Monitors') && !$user['MonitorIds']) ? '' : ' disabled="disabled"' ?>
style="display:none;">
<?php echo translate('CloneMonitor') ?>
<span class="glyphicon glyphicon-copy"></span>&nbsp;<?php echo translate('CloneMonitor') ?>
</button>
<button type="button" name="editBtn" onclick="editMonitor(this);" disabled="disabled">
<span class="glyphicon glyphicon-edit" aria-hidden="true"></span>&nbsp;<?php echo translate('Edit') ?>