zapWidth and zapHeight are now in conf.php (#21)
This commit is contained in:
parent
9196bf07a7
commit
e96b8e5563
4 changed files with 9 additions and 14 deletions
|
|
@ -32,10 +32,10 @@
|
|||
</select>
|
||||
</div>
|
||||
<div class="inp">
|
||||
width <input type="text" name="width" id="width" size="5" maxlength="4" value="1067"> px
|
||||
width <input type="text" name="width" id="width" size="5" maxlength="4" value="<?= ZAP_DEFAULT_WIDTH ?>"> px
|
||||
</div>
|
||||
<div class="inp">
|
||||
height <input type="text" name="height" id="height" size="5" maxlength="4" value="600"> px
|
||||
height <input type="text" name="height" id="height" size="5" maxlength="4" value="<?= ZAP_DEFAULT_HEIGHT ?>"> px
|
||||
</div>
|
||||
<div class="inp">
|
||||
<input type="button" class="btn" onclick="form1Submit()" value="Go & Generate Some Zaps">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue