* add the feature of disable submit button.
This commit is contained in:
@@ -241,7 +241,7 @@ class commonModel extends model
|
||||
echo "<li id='searchbox'>";
|
||||
echo html::select('searchType', $lang->searchObjects, $searchObject);
|
||||
echo html::input('searchQuery', $lang->searchTips, "onclick=this.value='' onkeydown='if(event.keyCode==13) shortcut()' class='w-60px'");
|
||||
echo html::submitButton($lang->go, 'onclick="shortcut()"');
|
||||
echo html::commonButton($lang->go, 'onclick="shortcut()"');
|
||||
echo "</li>";
|
||||
echo "</ul>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user