Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion _build/templates/default/sass/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,15 @@ input::-moz-focus-inner {

/* .x-form-check-wrap */
/* Special checboxes for resources and tv configs */
#modx-chunk-tabs,
#modx-plugin-tabs,
// #modx-resource-tabs .display-switch,
#modx-resource-tabs,
#modx-tv-tabs {
#modx-snippet-tabs,
#modx-template-tabs,
// #modx-tv-tabs .display-switch,
#modx-tv-tabs,
#modx-tv-editor-tabs {

.x-form-check-wrap,
.x-fieldset-checkbox-toggle legend,
Expand Down Expand Up @@ -940,6 +947,10 @@ input::-moz-focus-inner {
}
}

.switch-container {
padding-top: 1.6rem;
}

.x-form-check-group,
.x-form-radio-group {
/*overflow: visible; /* do not cut off the bottom of the input elements */
Expand Down
6 changes: 3 additions & 3 deletions core/lexicon/en/resource.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
$_lang['resource_settings'] = 'Resource Settings';
$_lang['resource_status'] = 'Status';
$_lang['resource_status_help'] = 'If published, the resource is available to the public immediately after saving it. Otherwise, it is hidden from the public site.';
$_lang['resource_summary'] = 'Summary (introtext)';
$_lang['resource_summary'] = 'Summary';
$_lang['resource_summary_help'] = 'A brief summary of the resource.';
$_lang['resource_syncsite'] = 'Empty Cache';
$_lang['resource_syncsite_help'] = 'When enabled, this will make MODX empty the cache after you save the resource. This way your visitors will not see an older version of the resource.';
Expand All @@ -138,7 +138,7 @@
$_lang['resource_undelete'] = 'Undelete';
$_lang['resource_unpublish'] = 'Unpublish';
$_lang['resource_unpublish_confirm'] = 'Un-publishing this resource now will delete any (un)publishing dates that may have been set. If you wish to set or keep publish or unpublish dates, please choose to edit the resource instead. <br /><br />Proceed?';
$_lang['resource_unpublishdate'] = 'Unpublish date';
$_lang['resource_unpublishdate'] = 'Unpublish Date';
$_lang['resource_unpublishdate_help'] = 'If you set an unpublish date, the resource will be unpublished as soon as the unpublish date is reached. Click on the calendar icon to select a date, or leave it blank to set it so the resource is never automatically unpublished.';
$_lang['resource_unpublished'] = 'Unpublished';
$_lang['resource_untitled'] = 'Untitled Resource';
Expand Down Expand Up @@ -174,4 +174,4 @@

$_lang['resource_right_top_title'] = 'Publishing';
$_lang['resource_right_middle_title'] = 'Template';
$_lang['resource_right_bottom_title'] = 'Behaviour in menu';
$_lang['resource_right_bottom_title'] = 'Behaviour in Menu';
2 changes: 1 addition & 1 deletion manager/assets/modext/modx.jsgrps-min.js

Large diffs are not rendered by default.

Loading