Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 96f44e9

Browse files
authored
fix: make AUP template work with MUNI design (#154)
should not affect other (Bootstrap) themes
1 parent 6c85240 commit 96f44e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/force-aup-tpl.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
<input type="hidden" name="StateId" value="<?php echo $_REQUEST['StateId'] ?>">
3434

3535
<div class="form-group">
36-
<input type="submit" value="<?php echo $this->t('{perun:perun:force-aup-tpl_agree}'); ?>"
37-
class="btn btn-lg btn-primary btn-block">
36+
<button type="submit" class="btn btn-lg btn-primary btn-block">
37+
<span><?php echo $this->t('{perun:perun:force-aup-tpl_agree}'); ?></span>
38+
</button>
3839
</div>
3940
</form>
4041

0 commit comments

Comments
 (0)