Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  bin
  captiveportal
  openssl
  pkg
  sbin
  share
  www

Latest revisions

# Date Author Comment
0716b616 01/15/2016 06:38 PM Stephen Beaver

Display additional ooptions if value not empty

e8837b53 01/15/2016 06:34 PM Renato Botelho

Merge pull request #2447 from phil-davis/patch-7

3131a598 01/15/2016 06:34 PM Renato Botelho

Merge pull request #2446 from phil-davis/patch-6

b090a0d9 01/15/2016 06:20 PM Stephen Beaver

Fixed #5772

3eaa57a2 01/15/2016 05:58 PM Phil Davis

Internationalization of diag_defaults

A couple of typical fixes here:
1) Actually wrap the "Are you sure...?" question in gettext()
2) Use a single gettext() call combined with sprintf() and %s etc to construct a sentence in a single go.
3) Use %s rather than just appending a variable at the end of a sentence of text. That way there is no assumption that the variable text must go at the end in every language....

31ac02d4 01/15/2016 05:38 PM Phil Davis

diag_confbak make a single gettext

Sentences that are constructed in pieces like this are a potential problem for translation, if the target language needs to use a different grammatical word order. e.g. in Nepali we would say datetime-dekhi datetime-samma (datetime-from datetime-to)....

0b204e24 01/15/2016 05:21 PM Stephen Beaver

Fixes some hide/show issues. An lucky bug in 2.2 was not duplicated in 2.3 so the page operated as written rather that as desired.

e1fd71ad 01/15/2016 05:14 PM Renato Botelho

Merge pull request #2445 from phil-davis/patch-5

a5b35701 01/15/2016 05:14 PM Renato Botelho

Merge pull request #2444 from phil-davis/patch-3

1d191646 01/15/2016 05:05 PM Phil Davis

diag_confbak move tab_array code above diff display

At the moment the tabs "Config History" and "Backup/Restore" jump down the page below the config diff listing when a diff is displayed.
It seems better to me that the tab text stays where it is and the diff listing comes directly below it.

View revisions

Also available in: Atom