diff options
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/linkify.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/pages/quicksearch.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/pages/quicksearchhack.html.tmpl | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/pages/linkify.html.tmpl b/template/en/default/pages/linkify.html.tmpl index 48b193253..af0a86ba8 100644 --- a/template/en/default/pages/linkify.html.tmpl +++ b/template/en/default/pages/linkify.html.tmpl @@ -37,7 +37,7 @@ %] <br> <input type="hidden" name="id" value="linked.html"> - <input value="Linkify" type="submit"> + <input type="submit" id="linkify" value="Linkify"> </form> [% INCLUDE global/footer.html.tmpl %] diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 73a0172ee..b8d412d5e 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -40,7 +40,7 @@ { alert('Please enter one or more search terms first.'); return false; } return true;"> <input type="text" size="40" name="quicksearch"> - <input type="submit" value="Find"> + <input type="submit" value="Find" id="find"> </form> <h2>Getting Started</h2> diff --git a/template/en/default/pages/quicksearchhack.html.tmpl b/template/en/default/pages/quicksearchhack.html.tmpl index 22913ec42..47a0eacd3 100644 --- a/template/en/default/pages/quicksearchhack.html.tmpl +++ b/template/en/default/pages/quicksearchhack.html.tmpl @@ -32,8 +32,8 @@ { alert('Please enter one or more search terms first.'); return false; } return true;"> <input type="text" size="40" name="quicksearch"> - <input type="submit" value="Find"> - <input type="submit" name="load" value="Load Search Form"> + <input type="submit" value="Find" id="find"> + <input type="submit" name="load" value="Load Search Form" id="load"> </form> <p> |