UI cleanup, phase 2 (partially cosmetic)Toastman-1.28.8510.2
commit4263d4d1ab5fd63feb078c74c597981131e47c3f
authorJeremy Chadwick <jdc@koitsu.org>
Mon, 2 Jan 2017 01:30:12 +0000 (2 08:30 +0700)
committerJeremy Chadwick <jdc@koitsu.org>
Mon, 2 Jan 2017 01:30:12 +0000 (2 08:30 +0700)
tree55cc1164836067dbd25312826cfcbd2586867430
parent4301112bc6de5f3a31d5b6309edc16b9316e91f1
UI cleanup, phase 2 (partially cosmetic)

One of several commits that are intended to "clean up" parts of
the TomatoUSB GUI.  Expect more in the future (some are hard to
test).  Non-cosmetic changes are denoted with an asterisk (*).
Changes:

about.asp
  - Move "Built on" date under version and bold text
admin-log.asp
  - Remove parens on things that denote units (ex. minutes, seconds)
admin-upgrade.asp
  * Add display of FW build date (NVRAM os_date)
  - Bold version text
advanced-vlan.asp
  - Add Notes section sub-headers for each respective area
  - Fix capitalisation on LAN port order issue description
  - Add trailing periods where applicable
  - HREF links need to be quoted
  - Bold word "must", not italicise
  - Some general HTML cleanup (superfluous small, etc.)
  - Addition of some HTML and JS comments to reflect things such
    as "double div" closure (this is intentional!) and similar
advanced-wlanvifs.asp
  - HREF links need to be quoted
basic-ddns.asp
  - Add Notes section covering "@IP" string/parameter in URL field
  * Remove custmsgX nonsense; nothing uses truly uses it
bwlimit.asp
  - Add Notes section covering IP/IP Ranges/MAC Address field syntax
  - IPs, not IP's (no apostrophe)
ipt-daily.asp
  - Lowercase "Comma"; consistent with rest of GUI
ipt-details.asp
  - Lowercase "Comma"; consistent with rest of GUI
ipt-monthly.asp
  - Lowercase "Comma"; consistent with rest of GUI
nas-ftp.asp
  - Use "/sec" instead of "/s" (consistent with more of GUI)
qos-ctrate.asp
  - Change "Proto" to "Protocol" in table; consistent with rest of GUI
qos-detailed.asp
  - Change "Proto" to "Protocol" in table; consistent with rest of GUI
  - Lowercase "Comma"; consistent with rest of GUI
qos-settings.asp
  - Lowercase "Comma"; consistent with rest of GUI
  - Lowercase "Set"
  - Remove extraneous spaces (HTML doesn't work that way)
vpn-pptp-server.asp
  - HREF links need to be quoted
15 files changed:
release/src-rt-6.x.4708/router/www/about.asp
release/src-rt-6.x.4708/router/www/admin-log.asp
release/src-rt-6.x.4708/router/www/admin-upgrade.asp
release/src-rt-6.x.4708/router/www/advanced-vlan.asp
release/src-rt-6.x.4708/router/www/advanced-wlanvifs.asp
release/src-rt-6.x.4708/router/www/basic-ddns.asp
release/src-rt-6.x.4708/router/www/bwlimit.asp
release/src-rt-6.x.4708/router/www/ipt-daily.asp
release/src-rt-6.x.4708/router/www/ipt-details.asp
release/src-rt-6.x.4708/router/www/ipt-monthly.asp
release/src-rt-6.x.4708/router/www/nas-ftp.asp
release/src-rt-6.x.4708/router/www/qos-ctrate.asp
release/src-rt-6.x.4708/router/www/qos-detailed.asp
release/src-rt-6.x.4708/router/www/qos-settings.asp
release/src-rt-6.x.4708/router/www/vpn-pptp-server.asp