Opened 11 years ago

Closed 11 years ago

#3146 closed defect (invalid)

Webif --> Files - not selected "oscam.version" first

Reported by: hapeba Owned by: alno
Priority: trivial Component: Webinterface
Severity: low Keywords:
Cc: Sensitive: no

Description

Revision

8295

Issue Description

When i use in Webif the Files-Tab, the oscam.version is no more selected by default (r8290 are ok)

Change History (4)

comment:1 by gf, 11 years ago

Before r8295 when you clicked on "FILES" you get a message that says "File does not exist or no file selected!" because the page received no "file=" parameter.

r8295 contains this change:

- <TD CLASS=\"##MENUACTIVE5##\"><A HREF=\"files.html\">FILES</A></TD>\n\
+ <TD CLASS=\"##MENUACTIVE5##\"><A HREF=\"files.html?file=oscam.version\">FILES</A></TD>\n\

Now when you click on files, the first file in the submenu is selected which is much more user friendly and logical. So if I understand correctly you are complaining that no file should be selected by default.

comment:2 by hapeba, 11 years ago

Before r8295 when i clicked on "FILES", the first file in the submenu was selected.
Now when i clicked on "FILES" i get a message that says "File does not exist or no file selected!" (with 8294 its ok).

comment:3 by ni hao, 11 years ago

@hapeba: maybe you use your own template in which case you have to change it (menu.tpl) as gf wrote above. Might be work around but it works:

<TD CLASS="##MENUACTIVE5##"><A HREF="files.html?file=oscam.version">FILES</A></TD>

Last edited 11 years ago by ni hao (previous) (diff)

comment:4 by hapeba, 11 years ago

Resolution: invalid
Status: newclosed

@ni_hao
thanks, this was the error

@gf
sorry, was my error

Note: See TracTickets for help on using tickets.