diff options
| author | julie lala <jules@okfoc.us> | 2015-04-13 16:45:41 -0400 |
|---|---|---|
| committer | julie lala <jules@okfoc.us> | 2015-04-13 16:45:41 -0400 |
| commit | c702d76549ead663daed0147f5c160c368a61c45 (patch) | |
| tree | cad22d834c0acd4c871a8bdaa148d1f1f19caf34 /themes/okadmin/templates/partials/inputs.liquid | |
| parent | edcc3c497f05e14bdd5655a0bc154cee04784a60 (diff) | |
| parent | ebb17679c64723dc1378079f9da0697673b21f5d (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'themes/okadmin/templates/partials/inputs.liquid')
| -rw-r--r-- | themes/okadmin/templates/partials/inputs.liquid | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid index 99258f3..b9cf7a3 100644 --- a/themes/okadmin/templates/partials/inputs.liquid +++ b/themes/okadmin/templates/partials/inputs.liquid @@ -29,7 +29,7 @@ {% endif %} name="{{name}}"> {% for option in spec.options %} - <option value="{{option}}" {% if option == spec.value %}selected{% endif %}>{{option}}</option> + <option value="{{option}}" {% if option == spec.value %}selected{% endif %}>{{option | capitalize}}</option> {% endfor %} </select> {% elsif type == 'video' %} @@ -56,7 +56,7 @@ </ol> <div class="add-image-button"> <input id="file" type="file" accept="image/*" multiple> - <span>+ Add images</span> + <button>+ Add images</button> </div> <input id="add-image-url" type="text" placeholder="+ Add URL"> <script type="text/html" id="captioned-image-template"> |
