Skip to content

Commit

Permalink
Update mod_wrapper.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaleshSrle committed Mar 24, 2018
1 parent 06e1320 commit 604a324
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/mod_wrapper/mod_wrapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
</field>

<field
name="scrolling"
name="overflow"
type="list"
label="MOD_WRAPPER_FIELD_SCROLL_LABEL"
default="auto"
>
<option value="auto">MOD_WRAPPER_FIELD_VALUE_AUTO</option>
<option value="no">JNO</option>
<option value="yes">JYES</option>
<option value="hidden">JNO</option>
<option value="scroll">JYES</option>
</field>

<field
Expand All @@ -66,7 +66,7 @@
type="text"
label="MOD_WRAPPER_FIELD_HEIGHT_LABEL"
size="5"
default="200"
default="200px"
/>

<field
Expand All @@ -81,7 +81,7 @@
</field>

<field
name="frameborder"
name="border"
type="radio"
class="switcher"
label="MOD_WRAPPER_FIELD_FRAME_LABEL"
Expand Down

0 comments on commit 604a324

Please sign in to comment.