Alexander Nicolaysen Sørnes : objectManager: Rename filter submit button's name and id
Module: appdb Branch: master Commit: ec4898ba752fc9ad2571b9137ff763bd1def4bef URL: http://source.winehq.org/git/appdb.git/?a=commit;h=ec4898ba752fc9ad2571b9137... Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Date: Sun Jun 15 21:57:49 2008 +0200 objectManager: Rename filter submit button's name and id --- include/objectManager.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/objectManager.php b/include/objectManager.php index 8a6660f..e8b2392 100644 --- a/include/objectManager.php +++ b/include/objectManager.php @@ -1345,7 +1345,7 @@ class ObjectManager echo $this->oFilters->getEditor(); - echo "<br><input type='submit' value='Submit' name='sSubmit' >"; + echo "<br><input type='submit' value='Update filter' name='sFilterSubmit' >"; echo "</form>"; } }
participants (1)
-
Chris Morgan