Changeset 31

Show
Ignore:
Timestamp:
03/18/07 18:46:07 (2 years ago)
Author:
Trellmor
Message:

Addon autoupdate changed from editable to only viewable in the webif
Linked freewlan.info header logo to freewlan.info
fixed a bug in the crontabs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/crontabs/root

    r27 r31  
    44*/1 * * * * /bin/uload save 
    550 */1 * * * /bin/autoupdate.sh cron 
    6 * * * * * /bin/dyndns 
  • trunk/usr/lib/webif/webif.sh

    r23 r31  
    8686                                <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
    8787                                        <tr> 
    88                                                 <td rowspan="2" width="167" height="175"><img src="/images/table/logo.gif"
     88                                                <td rowspan="2" width="167" height="175"><a href="http://www.freewlan.info" target="_blank"><img src="/images/table/logo.gif" border="0"></a
    8989                                                        <!--NAVIGATION BUTTONS--> 
    9090                                                        <table> 
  • trunk/www/cgi-bin/webif/autoupdate.sh

    r29 r31  
    2222                bool|FORM_auto|@TR<<Addon autoupdate:>>|required|$FORM_auto 
    2323                string|FORM_branch|@TR<<Chosen branch:>>|required|$FORM_branch 
    24               url|FROM_url|@TR<<Update server URL:>>|required|$FORM_url 
     24#             url|FROM_url|@TR<<Update server URL:>>|required|$FORM_url 
    2525EOF 
    2626        equal "$?" 0 && { 
    27               save_setting autoupdate method url "$FORM_url" 
     27#             save_setting autoupdate method url "$FORM_url" 
    2828                save_setting autoupdate method auto "$FORM_auto" 
    2929                save_setting autoupdate method branch "$FORM_branch" 
     
    5959                        add_row 
    6060                                add_label_cell|@TR<<Update server URL:>> 
    61                                 add_input_cell|url|$FORM_url|tableTextButton 
     61                                add_label_cell|$FORM_url 
    6262                        end_row 
    6363                        add_row