diff options
Diffstat (limited to 'linkshorter/view/templ-index.php')
| -rw-r--r-- | linkshorter/view/templ-index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linkshorter/view/templ-index.php b/linkshorter/view/templ-index.php index 46ff6a8..619e763 100644 --- a/linkshorter/view/templ-index.php +++ b/linkshorter/view/templ-index.php @@ -21,13 +21,13 @@ </div> <div class="form-group"> - <h4>Options:</h4> + <h4>Options:<br>-</h4><span class="grey">Everything below is optional.</span> </div> <div class="form-group"> <label class="col-md-4 control-label grey" for="short">Query String</label> <div class="col-md-4"> - <input id="short" name="short" placeholder="Your own query string here. (optional)" class="form-control input-md" type="text"> + <input id="short" name="short" placeholder="Your own query string here." class="form-control input-md" type="text"> </div> </div> @@ -42,8 +42,8 @@ <div class="form-group"> <label class="col-md-4 control-label grey" for="ttl">Expires</label> <div class="col-md-4"> - <input id="ttl" name="ttl" class="form-control input-md" type="number" min="0"> - <span class="help-block text-left">Choose how long the shortlink should be valid. (In seconds)</span> + <input id="ttl" name="ttl" class="form-control input-md" type="number" min="0" value="0"> + <span class="help-block text-left">Choose how long the shortlink should be valid. (In seconds, 0 = never)</span> </div> </div> |
