mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
- added remove icon to button
This commit is contained in:
parent
5fb551f552
commit
4a9b487dbc
|
@ -50,7 +50,7 @@ class LetoDMS_View_RemoveVersion extends LetoDMS_Bootstrap_Style {
|
||||||
<input type="hidden" name="documentid" value="<?php echo $document->getID()?>">
|
<input type="hidden" name="documentid" value="<?php echo $document->getID()?>">
|
||||||
<input type="hidden" name="version" value="<?php echo $version->getVersion()?>">
|
<input type="hidden" name="version" value="<?php echo $version->getVersion()?>">
|
||||||
<p><?php printMLText("confirm_rm_version", array ("documentname" => htmlspecialchars($document->getName()), "version" => $version->getVersion()));?></p>
|
<p><?php printMLText("confirm_rm_version", array ("documentname" => htmlspecialchars($document->getName()), "version" => $version->getVersion()));?></p>
|
||||||
<input type="submit" class="btn" value="<?php printMLText("rm_version");?>">
|
<p><button type="submit" class="btn"><i class="icon-remove"></i> <?php printMLText("rm_version");?></button></p>
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
$this->contentContainerEnd();
|
$this->contentContainerEnd();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user