diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-12-02 22:40:37 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-12-02 22:51:59 +0100 |
commit | 5ebb17ef9ebe7addc158e92b49c2ae9b5f2844dd (patch) | |
tree | 3dfd556f75124118aaff478244e583cc9de4743f | |
parent | a36105cee86ba70d66829b1aa559a2681711af80 (diff) | |
download | cacert-devel-5ebb17ef9ebe7addc158e92b49c2ae9b5f2844dd.tar.gz cacert-devel-5ebb17ef9ebe7addc158e92b49c2ae9b5f2844dd.tar.xz cacert-devel-5ebb17ef9ebe7addc158e92b49c2ae9b5f2844dd.zip |
bug 1282: added comment for search about id in search page account/48.php
-rw-r--r-- | pages/account/48.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/account/48.php b/pages/account/48.php index 8cdd7ac..67f2520 100644 --- a/pages/account/48.php +++ b/pages/account/48.php @@ -26,6 +26,9 @@ <td class="DataTD"><input type="text" name="domain" value="<?=array_key_exists('domain',$_POST)?sanitizeHTML($_POST['domain']):''?>"></td> </tr> <tr> + <td class="DataTD" colspan="2"><?=_("For search by ID use # prefix e.g. #123456")?></td> + </tr> + <tr> <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Next")?>"></td> </tr> </table> |