|
|
|
|
@ -143,21 +143,14 @@ |
|
|
|
|
</td> |
|
|
|
|
<?php endif; ?> |
|
|
|
|
<td class="mountOptionsToggle hidden"> |
|
|
|
|
<div class="icon-settings" title="<?php p($l->t('Advanced settings')); ?>"></div>
|
|
|
|
|
<div class="icon-settings-dark" title="<?php p($l->t('Advanced settings')); ?>"></div>
|
|
|
|
|
<input type="hidden" class="mountOptions" value="" /> |
|
|
|
|
</td> |
|
|
|
|
<td class="remove hidden"> |
|
|
|
|
<img class="svg" |
|
|
|
|
alt="<?php p($l->t('Delete')); ?>"
|
|
|
|
|
title="<?php p($l->t('Delete')); ?>"
|
|
|
|
|
src="<?php print_unescaped(image_path('core', 'actions/delete.svg')); ?>"
|
|
|
|
|
/> |
|
|
|
|
<div class="icon-delete" title="<?php p($l->t('Delete')); ?>"></div>
|
|
|
|
|
</td> |
|
|
|
|
<td class="save hidden"> |
|
|
|
|
<img alt="<?php p($l->t('Save')); ?>"
|
|
|
|
|
title="<?php p($l->t('Save')); ?>"
|
|
|
|
|
src="<?php print_unescaped(image_path('core', 'actions/checkmark.svg')); ?>"
|
|
|
|
|
/> |
|
|
|
|
<div class="icon-checkmark" title="<?php p($l->t('Save')); ?>"></div>
|
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
|