mirror of
https://github.com/processwire/processwire.git
synced 2025-08-22 14:23:05 +02:00
Typo fixes per processwire/processwire-issues#533
This commit is contained in:
@@ -163,7 +163,7 @@ var pwPanels = {
|
||||
.attr('href', panelURL)
|
||||
.on('click', pwPanels.buttonClickEvent)
|
||||
.on('mouseover', pwPanels.buttonMouseoverEvent)
|
||||
.on('mouseut', pwPanels.buttonMouseoutEvent)
|
||||
.on('mouseout', pwPanels.buttonMouseoutEvent)
|
||||
.append($span);
|
||||
|
||||
var $panel = $('<div />')
|
||||
|
2
wire/modules/Jquery/JqueryUI/panel.min.js
vendored
2
wire/modules/Jquery/JqueryUI/panel.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -85,7 +85,7 @@ class LazyCron extends WireData implements Module {
|
||||
"is guaranteed to be at least the time requested, rather than exactly the " .
|
||||
"time requested. This is fine for most cases, but you can make it not lazy " .
|
||||
"by connecting this to a real CRON job. See the module file for details. ",
|
||||
'href' => 'http://processwire.com/talk/index.php/topic,284.0.html',
|
||||
'href' => 'https://processwire.com/api/modules/lazy-cron/',
|
||||
'permanent' => false,
|
||||
'singular' => true,
|
||||
'autoload' => true,
|
||||
|
@@ -47,7 +47,7 @@ class PageFrontEditConfig extends ModuleConfig {
|
||||
$f->icon = 'cube';
|
||||
$f->label = $this->_('Option A: front-edit editable fields');
|
||||
$f->description = $this->editHelpText;
|
||||
$f->description .= ' ' . $this->_('These text-based fields will be become editable on the front-end, directly in the page, simply by checking the boxes below.');
|
||||
$f->description .= ' ' . $this->_('These text-based fields will become editable on the front-end, directly in the page, simply by checking the boxes below.');
|
||||
$f->description .= ' ' . $this->_('**Be careful with this option:** If you are outputting the value of a field in more than one place on a page, you should instead use [Option B, C or D](https://processwire.com/api/modules/front-end-editing/).');
|
||||
$f->optionColumns = 3;
|
||||
foreach($fields as $field) {
|
||||
|
Reference in New Issue
Block a user