Skip to content

Commit

Permalink
[33] Addition of links at once.
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan <Dfyztimy@list.ru>
  • Loading branch information
Hantet committed Jul 12, 2010
1 parent d1fe7c6 commit c0bcf9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -50,7 +50,7 @@ function get($id)
## installquery: Count of query for install. Do not change!
##################################################################################################*/
"CheckVersion" => false,
"version" => 32,
"version" => 33,
"checkdiff" => 2,
"installquery" => 214,
/*##################################################################################################
Expand Down
4 changes: 2 additions & 2 deletions lib/html.php
Expand Up @@ -57,10 +57,10 @@ public function send()
</tr>
<tr>
<td class="block2">Поиск:</td>
<td align="right"><input id="name" onKeyUp="searchfor(this.value)" onFocus="this.style.backgroundColor=\'#CCC\'" onBlur="this.style.backgroundColor=\'#FFF\'" class="input" type="text" READONLY></td>
<td align="right"><input id="name" onKeyUp="searchfor(this.value)" onFocus="this.style.backgroundColor=\'#CCC\'" onBlur="this.style.backgroundColor=\'#FFF\'" class="input" type="text"></td>
</tr>
</table>
<div class="pad">Ссылки:<br><br>
<div class="pad">
<div id="links"></div>
</div>
</td>
Expand Down
7 changes: 0 additions & 7 deletions lib/main.js
Expand Up @@ -408,12 +408,10 @@ function next(id)
map.selectedIndex = 0;
zone.setAttribute("DISABLED", true);
zone.selectedIndex = 0;
name.setAttribute("READONLY", true);
name.value = '';
}
else
{
name.setAttribute("READONLY", true);
name.value = '';
subtype.setAttribute("DISABLED", true);
subtype.selectedIndex = 0;
Expand All @@ -427,22 +425,17 @@ function next(id)
map.removeAttribute("DISABLED");
}
else
{
name.removeAttribute("READONLY");
name.focus();
}
}
break;
case 2:
name.removeAttribute("READONLY");
name.focus();
break;
case 3:
ChangeZones(map.value);
zone.removeAttribute("DISABLED");
break;
case 4:
name.removeAttribute("READONLY");
name.focus();
break;
}
Expand Down

0 comments on commit c0bcf9b

Please sign in to comment.