diff options
-rw-r--r-- | root/admin/account.tt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/root/admin/account.tt b/root/admin/account.tt index aae4888..74aed54 100644 --- a/root/admin/account.tt +++ b/root/admin/account.tt @@ -18,7 +18,8 @@ <option value="lt">less than</option> </select> </td --> - <td><input name="value" value="" /></td> + <td><input type="text" name="value" value="" /></td> + <td><button type="submit" value="[% l('Search') %]">[% l('Search') %]</button></td> </tr> </table> </form> |