mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 05:57:34 +00:00
- add icon to remove button
This commit is contained in:
parent
607435deb0
commit
f48230e44a
|
@ -47,7 +47,7 @@ class LetoDMS_View_RemoveLog extends LetoDMS_Bootstrap_Style {
|
|||
<?php echo createHiddenFieldWithKey('removelog'); ?>
|
||||
<input type="hidden" name="logname" value="<?php echo $logname?>">
|
||||
<p><?php printMLText("confirm_rm_log", array ("logname" => $logname));?></p>
|
||||
<input type="submit" class="btn" value="<?php printMLText("rm_file");?>">
|
||||
<p><button type="submit" class="btn"><i class="icon-remove"></i> <?php printMLText("rm_file");?></button></p>
|
||||
</form>
|
||||
<?php
|
||||
$this->contentContainerEnd();
|
||||
|
|
Loading…
Reference in New Issue
Block a user