add remove icon to button

This commit is contained in:
Uwe Steinmann 2013-02-25 10:17:07 +01:00
parent ababe23b6a
commit 035d1ee3e6

View File

@ -47,7 +47,7 @@ class SeedDMS_View_RemoveDump extends SeedDMS_Bootstrap_Style {
<input type="Hidden" name="dumpname" value="<?php echo htmlspecialchars($dumpname); ?>"> <input type="Hidden" name="dumpname" value="<?php echo htmlspecialchars($dumpname); ?>">
<?php echo createHiddenFieldWithKey('removedump'); ?> <?php echo createHiddenFieldWithKey('removedump'); ?>
<p><?php printMLText("confirm_rm_dump", array ("dumpname" => htmlspecialchars($dumpname)));?></p> <p><?php printMLText("confirm_rm_dump", array ("dumpname" => htmlspecialchars($dumpname)));?></p>
<input type="submit" class="btn" value="<?php printMLText("dump_remove");?>"> <p><button type="submit" class="btn"><i class="icon-remove"></i> <?php printMLText("dump_remove");?></button></p>
</form> </form>
<?php <?php
$this->contentContainerEnd(); $this->contentContainerEnd();