jeremycollake / x-wrt

Automatically exported from code.google.com/p/x-wrt
2 stars 0 forks source link

forms.awk progressbar invalid entries check #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

According to the help line, the following inputs should be accepted:
$1 progressbar
$2 id
$3 title
$4 width_percent
$5 percent_complete
$6 filled_caption
$7 unfilled_caption

However, the actual script only uses $1, $3, $4, and $6 entries and ignores
the rest

What version of the product are you using? On what operating system and web
browser?
x-wrt trunk r4704

Please provide any additional info below.

Original issue reported on code.google.com by alisonken1 on 18 Feb 2009 at 6:37

Attachments:

GoogleCodeExporter commented 9 years ago
Diff changes the notes as follows:
$4 width_pixels

Original comment by alisonken1 on 18 Feb 2009 at 6:59

GoogleCodeExporter commented 9 years ago
Fix diff since awk needs spaces around equal assignment for variables

Original comment by alisonken1 on 18 Feb 2009 at 7:18

Attachments:

GoogleCodeExporter commented 9 years ago
Fix quote in string to use double quote not single quote

Original comment by alisonken1 on 18 Feb 2009 at 7:20

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in r4711

Original comment by alisonken1 on 20 Feb 2009 at 3:11