summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_confbak.php
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous II - Remove PersonalizationsNOYB2016-04-111-1/+1
| | | | Remove "you" personalizations.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-1/+6
|
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-3/+8
|
* Move Save button on config history settings inside the panel with the other ↵jim-p2016-03-081-4/+6
| | | | settings. Fixes #5961
* HTML Compliance - Diagnostics / Configuration HistoryNOYB2016-02-191-2/+2
| | | | | End tag form seen, but there were open elements. Unclosed element div. Swap places between closing div and form tag.
* Bring all calls of print_info_box to same standardNewEraCracker2016-02-151-2/+2
| | | | 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.
* Move valign to style - part 2NewEraCracker2016-02-151-1/+1
|
* Move valign to styleNewEraCracker2016-02-151-1/+1
|
* Switch tabs places so that active tab is the first tabk-paulius2016-02-141-1/+1
|
* Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with ↵k-paulius2016-02-141-2/+2
| | | | breadcrumb separator.
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Remove bgcolor attribute and use style instead.NewEraCracker2016-02-091-1/+1
| | | | See 24fac9b4b803938d403aab6645a3be028f2531d7 for similar change.
* Fixed #5803Stephen Beaver2016-01-271-1/+1
|
* Fixed #5802Stephen Beaver2016-01-231-1/+1
| | | | Added collapsible action to config backup
* add call gettext function for translatebruno2016-01-211-2/+2
|
* diag_confbak make a single gettextPhil Davis2016-01-151-1/+1
| | | | | 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). Organize it into a single gettext() that has the whole sentence in one go with numbering of the parameters so they can also be potentially re-ordered as needed in a translation. I am having a look at a few places where the gettext() translation is missing, and noticed this kind of thing also. When I see this sort of sentence construction using sentence fragments built up with multiple gettext() calls I will fix them up like this and make PRs.
* Merge pull request #2445 from phil-davis/patch-5Renato Botelho2016-01-151-5/+5
|\
| * diag_confbak move tab_array code above diff displayPhil Davis2016-01-151-5/+5
| | | | | | | | 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.
* | diag_confbak fix typo in class namePhil Davis2016-01-151-1/+1
|/
* Consistent panel-heading h2Phil Davis2016-01-141-1/+5
| | | | | | Make all the panel-heading uses also have consistent <h2 class="panel-title"> so they all display the same size. Forum https://forum.pfsense.org/index.php?topic=105275.0
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-1/+1
| | | | Removed long commented out script
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-1/+1
|
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* SHow the infoblock on page load by specifying div id="infoblock_open"Stephen Beaver2016-01-071-1/+1
|
* Config history info - make it an info boxPhil Davis2016-01-071-3/+12
| | | | | Currently this display as an orange box. It seems to me that it is ordinary info and should be an info box (displaying in blue). Note: with the current behavior the text is always displayed, after changing it to an info box the "i" icon has to be clicked to show the text. Do we sometimes(like in this example) want the info text to be automagically displayed on initial page load?
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Remove $Id stuff from comment headersPhil Davis2015-11-091-1/+0
| | | | Completes cleanup of header stuff for these files
* Diag reviewPhil Davis2015-11-091-14/+14
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+0
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-1/+1
|
* convert diag_confbak to faheper2015-11-021-10/+3
| | | are the icons for revert & download ok ?
* Copyright changesStephen Beaver2015-10-301-25/+52
|
* Random comment typos like htePhil Davis2015-10-231-1/+1
|
* Ensure this only contains a partial name, not a path, before attempting to ↵jim-p2015-09-281-0/+1
| | | | craft a full name and read the file. Fixes #5203.
* Merge with bootstrapPhil Davis2015-09-021-251/+168
|\
| * Restored to correct version (pre-merge)Stephen Beaver2015-09-011-252/+169
| |
* | bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-4/+4
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-31/+97
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+301
OpenPOWER on IntegriCloud