projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34db84a
)
fix typo, #15950
author
mark
<mark>
Mon, 23 Jan 2012 21:00:39 +0000
(21:00 +0000)
committer
mark
<mark>
Mon, 23 Jan 2012 21:00:39 +0000
(21:00 +0000)
httemplate/elements/select-tower_sector.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/select-tower_sector.html
b/httemplate/elements/select-tower_sector.html
index
1973ef9
..
456ef41
100644
(file)
--- a/
httemplate/elements/select-tower_sector.html
+++ b/
httemplate/elements/select-tower_sector.html
@@
-12,7
+12,7
@@
table => 'tower',
name_col => 'towername',
id => 'towernum',
- field => 'dummy_towernum'
+ field => 'dummy_towernum'
,
onchange => 'change_towernum(this.value);',
element_etc => 'STYLE="vertical-align:top"',
&>
@@
-32,10
+32,10
@@
function change_towernum(towernum) {
return;
}
change_towernum('');
-% }
</SCRIPT>
<BR>
<INPUT TYPE="checkbox" VALUE="none" NAME="sectornum" CHECKED> No sector
+% }
<%init>
my %opt = @_;