Forms/Placeholder

* removed placeholder text images for input fields
 * readded text as placeholder attribute
This commit is contained in:
Sarjuuk
2017-02-17 01:37:43 +01:00
parent 62a4bcf2d2
commit f1483f4595
33 changed files with 84 additions and 136 deletions

View File

@@ -94,7 +94,7 @@ function Summary(opt) {
}
var GET = $WH.g_getGets();
/* sarjuuk: GET.compare => GET.items, when using flat urls */
/* aowow: GET.compare => GET.items, when using flat urls */
this.autoSave = 1;
if (GET.compare) {
@@ -1413,7 +1413,7 @@ Summary.prototype = {
var href ='?compare';
if (groups) {
href += '=' + groups; // sarjuuk - with fixed urls: href += '?items=' + groups;
href += '=' + groups; // aowow - with fixed urls: href += '?items=' + groups;
if (level != 80) {
href += '&l=' + level;
@@ -3181,7 +3181,7 @@ Summary.prototype = {
case 13: // Enter
g_listviews.items.submitSearch(e);
break;
/* sarjuuk todo: internal misconception ... hide() and cycle(dir) are members of Livesearch and cant be reused here without further adaptation
/* aowow todo: internal misconception ... hide() and cycle(dir) are members of Livesearch and cant be reused here without further adaptation
case 27: // Escape
hide();
break;