Skip to content

Commit e2bf5e5

Browse files
committed
FREEPBX17-643 Asterisk Modules GUI issue fix
1 parent 40d2442 commit e2bf5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page.astmodules.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class="table table-striped">
134134
</form>
135135
</div>
136136
</div>
137-
<div class="col-sm-3 hidden-xs bootnav" id='addform'>
137+
<div class="col-sm-3 hidden-xs bootnav" id='addform' style="position: static !important;">
138138
<label class="control-label" for="module"><b><?php echo _("Add Module") ?></b></label>
139139
<input type="text" class="form-control" id="module" name="module" value="">
140140
<button class="btn btn-default" id="addmodule"><i class="fa fa-plus"></i> <?php echo _("Add")?></button>

0 commit comments

Comments
 (0)