Modified:html changes
This commit is contained in:
parent
9313681526
commit
e87b442c43
1 changed files with 4 additions and 3 deletions
|
@ -1481,9 +1481,10 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<label for="max_profile_pic_width">Max profile pic dimension</label>
|
||||
<input class="form-control" name="max_profile_pic_width" type="text" id="max_profile_pic_width" value="{$row.max_profile_pic_width}" size="6" maxlength="10" />
|
||||
<br>
|
||||
<label for="max_profile_pic_width">Max profile pic dimension</label>
|
||||
<input class="form-control" name="max_profile_pic_width" type="text" id="max_profile_pic_width" value="{$row.max_profile_pic_width}" size="6" maxlength="10" />
|
||||
Pixels
|
||||
<br>
|
||||
<label for="max_bg_width">Max Background Dimension</label>
|
||||
<input class="form-control" name="max_bg_width" type="text" id="max_bg_width" value="{$row.max_bg_width}" size="6" maxlength="10" />
|
||||
Pixels
|
||||
|
|
Loading…
Add table
Reference in a new issue