summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bring all calls of print_info_box to same standardNewEraCracker2016-02-1521-36/+36
| | | | The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.
* Escape ampersands in links - part 2NewEraCracker2016-02-151-5/+5
|
* Merge pull request #2641 from k-paulius/patch-7Stephen Beaver2016-02-1510-67/+72
|\
| * Move add button outside the panel.k-paulius2016-02-141-6/+6
| |
| * Only display the message if there are no entries in the table, do not ↵k-paulius2016-02-141-2/+6
| | | | | | | | display empty panel and table.
| * Perform HTML entity translationsk-paulius2016-02-141-5/+5
| |
| * Need to pass zone in the GET params so we don't get redirected to ↵k-paulius2016-02-141-5/+5
| | | | | | | | status_captiveportal.php
| * Rename form submit button, adjust messagek-paulius2016-02-141-3/+3
| |
| * Move result message to the top of the page.k-paulius2016-02-141-10/+10
| |
| * Change form submit button text to 'Test'. Use alert box classes instead of ↵k-paulius2016-02-141-5/+6
| | | | | | | | text color to indicate success or failure.
| * Move result message to the top of the page.k-paulius2016-02-141-17/+16
| |
| * Show page title because that's where page help icon is displayed.k-paulius2016-02-142-0/+2
| |
| * Only display tab name in the breadcrumb if vouchers are enabled. Do not ↵k-paulius2016-02-141-5/+8
| | | | | | | | display zone name in the panel title because it is already displayed in the breadcrumb.
| * Fix when "No Captive Portal zones" message is displayed and do not display ↵k-paulius2016-02-141-11/+4
| | | | | | | | it inside the panel.
| * Code style fix.k-paulius2016-02-141-1/+1
| |
| * Code style fix.k-paulius2016-02-141-1/+1
| |
| * Fix DHCPv6 Server detection on DHCPv6 Relay page.k-paulius2016-02-141-1/+1
| |
| * Fix DHCPv6 Relay detection on DHCPv6 Server page. It broke due to dhcrelay6 ↵k-paulius2016-02-141-6/+9
| | | | | | | | config format changes.
* | Merge pull request #2643 from NewEraCracker/html-fixStephen Beaver2016-02-155-9/+9
|\ \
| * | Escape ampersands in linksNewEraCracker2016-02-153-6/+6
| | | | | | | | | | | | For better HTML conformant with standards.
| * | Move valign to style - part 2NewEraCracker2016-02-151-1/+1
| | |
| * | Move valign to styleNewEraCracker2016-02-151-1/+1
| | |
| * | Make HTML conformant with standardsNewEraCracker2016-02-151-1/+1
| |/ | | | | | | Escape '&' via htmlspecialchars.
* | Firewall / Rules - for/foreach VarsNOYB2016-02-151-10/+8
|/ | | | Replace for $i var with foreach $filteri var.
* Fix interface write_config message for ↵Phil Davis2016-02-151-1/+1
| | | | | dhclient_update_gateway_groups_defaultroute Typo in var name.
* gmirror widget fixesPhil Davis2016-02-151-4/+7
| | | | 1) Internationalize the table column headings. 2) End the tbody and table tags.
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-1454-113/+170
|\
| * Switch tabs places so that active tab is the first tabk-paulius2016-02-142-2/+2
| |
| * Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with ↵k-paulius2016-02-144-10/+10
| | | | | | | | breadcrumb separator.
| * Rename NTP tab to Settings to be more user friendly.k-paulius2016-02-144-10/+10
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-0/+4
| |
| * Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with ↵k-paulius2016-02-144-4/+4
| | | | | | | | breadcrumb separator.
| * Remove Zone: prefix before the zone name to make breadcrumb a bit shorter + ↵k-paulius2016-02-1416-16/+16
| | | | | | | | it is obvious what it is
| * Update breadcrumb to match tab namek-paulius2016-02-142-2/+2
| |
| * Show in the breadcrumb if we are modifying floating rule.k-paulius2016-02-141-1/+6
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-144-6/+19
| |
| * Perform HTML entity translation where & is usedk-paulius2016-02-147-9/+9
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-145-9/+18
| |
| * Rename 'Packages' menu item to 'Package Manager' to better match with 'Cert. ↵k-paulius2016-02-141-1/+1
| | | | | | | | Manager' and 'User Manager'
| * Make 'Installed Packages' first tab, because it is the active tab by default.k-paulius2016-02-143-3/+3
| |
| * Cert is abbreviated word so adding . to stay consistent with the usage of Avail.k-paulius2016-02-145-9/+9
| |
| * Remove "headline" from the breadcrumb. It serves no real purpose, since the ↵k-paulius2016-02-141-23/+1
| | | | | | | | action that is being performed is already shown in the panel title + no other page shows action in the breadcrumb.
| * Add action to the breadcrumb. Rename 'Information/Tests' to 'Information & ↵k-paulius2016-02-141-5/+11
| | | | | | | | Tests' so it does not clash with breadcrumb separator.
| * Show package name in the breadcrumb.k-paulius2016-02-141-0/+4
| |
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-143-6/+18
| |
| * Show interface name in the breadcrumb on DHCPv6 Server pagek-paulius2016-02-133-3/+19
| |
| * Show interface name in the breadcrumb on DHCP Server pagek-paulius2016-02-132-1/+11
| |
* | Whitespace functions.incPhil Davis2016-02-151-18/+18
| | | | | | while I am here looking at other stuff.
* | Add support for multiple span ports on bridge.Luiz Otavio O Souza2016-02-142-61/+96
| | | | | | | | | | | | | | | | While here, fix and improve the error detection for the selected ports. Inspired by pull request #2613 from heper/patch-1 Ticket #5871
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-147-9/+8
| | | | | | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
OpenPOWER on IntegriCloud