diff options
| author | root | 2014-11-27 17:59:00 +0100 |
|---|---|---|
| committer | root | 2014-11-27 17:59:00 +0100 |
| commit | 08f3b8c3930ecc009f3473d9cae9e26ad17fb23d (patch) | |
| tree | fcf7091769bb859da5856d42588f7774ed8452c0 /linkshorter/view/templ-index.php | |
| parent | 4f923b809b4e38e0639e253f428fb6c4df03ee67 (diff) | |
| download | tools.iamfabulous.de-08f3b8c3930ecc009f3473d9cae9e26ad17fb23d.tar.gz | |
Small improvements.
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> |
