- add icon to remove button

This commit is contained in:
steinm 2013-02-08 08:09:43 +00:00
parent 607435deb0
commit f48230e44a

View File

@ -47,7 +47,7 @@ class LetoDMS_View_RemoveLog extends LetoDMS_Bootstrap_Style {
<?php echo createHiddenFieldWithKey('removelog'); ?> <?php echo createHiddenFieldWithKey('removelog'); ?>
<input type="hidden" name="logname" value="<?php echo $logname?>"> <input type="hidden" name="logname" value="<?php echo $logname?>">
<p><?php printMLText("confirm_rm_log", array ("logname" => $logname));?></p> <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> </form>
<?php <?php
$this->contentContainerEnd(); $this->contentContainerEnd();