mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
add icon on button
This commit is contained in:
parent
ec6e369e4a
commit
7bd399afda
|
@ -73,7 +73,7 @@ class SeedDMS_View_RewindWorkflow extends SeedDMS_Bootstrap_Style {
|
||||||
<?php echo createHiddenFieldWithKey('rewindworkflow'); ?>
|
<?php echo createHiddenFieldWithKey('rewindworkflow'); ?>
|
||||||
<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 $latestContent->getVersion(); ?>'/>
|
<input type='hidden' name='version' value='<?php echo $latestContent->getVersion(); ?>'/>
|
||||||
<input type='submit' class="btn" value='<?php printMLText("rewind_workflow"); ?>'/>
|
<button type='submit' class="btn"><i class="fa fa-refresh"></i> <?php printMLText("rewind_workflow"); ?></button>
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
$this->columnEnd();
|
$this->columnEnd();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user