c0nn3ct/x-wrt

forms.awk progressbar invalid entries check

Closed this issue · 5 comments

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:

Diff changes the notes as follows:
$4 width_pixels

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

Fix diff since awk needs spaces around equal assignment for variables

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

Attachments:

Fix quote in string to use double quote not single quote

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

Attachments:

[deleted comment]
Fixed in r4711

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

  • Changed state: Fixed