mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Basic per-item search engine robots handling added to News and Pages.
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
$(element).prop('selected', 'selected');
|
||||
}
|
||||
|
||||
$('ul', this.container).append('<li><a href="javascript:void(0);" style="padding:0;"><label style="margin:0;padding:3px 20px 3px 20px;width:100%;height:100%;cursor:pointer;"><input style="margin-bottom:5px;" type="checkbox" value="' + $(element).val() + '" /> ' + $(element).text() + '</label</a></li>');
|
||||
$('ul', this.container).append('<li><a href="javascript:void(0);" style="padding:0;" ><label data-tooltip-position="right" title="' + $(element).data('title') + '" style="margin:0;padding:3px 20px 3px 20px;width:100%;height:100%;cursor:pointer;"><input style="margin-bottom:5px;" type="checkbox" value="' + $(element).val() + '" /> ' + $(element).text() + '</label</a></li>');
|
||||
|
||||
var selected = $(element).prop('selected') || false;
|
||||
var checkbox = $('ul li input[value="' + $(element).val() + '"]', this.container);
|
||||
|
Reference in New Issue
Block a user