Skip to content

Commit

Permalink
Ste #46 - Add image url text box and button to page
Browse files Browse the repository at this point in the history
  • Loading branch information
cowley05 committed Jan 20, 2015
1 parent d92f348 commit 241e068
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/public/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ <h2 class="visuallyhidden">Success</h2>
<input id="success-text" type="text" name="success-text" value="=(^.^)=">
<button id="save-success-text" type="submit">Save</button>
</form>
<form class="success-image-form">
<label for="success-image">Success image url</label>
<input id="success-image" type="text" name="success-image">
<button id="save-success-image" type="submit">Save</button>
</form>
</section><!-- /#timing -->
</div><!-- /#main -->

Expand Down

0 comments on commit 241e068

Please sign in to comment.