Change serendipity_customfields from id to class
This is to avoid duplicate ids in the backend.
This commit is contained in:
		| @@ -234,7 +234,7 @@ class serendipity_event_entryproperties extends serendipity_event | |||||||
|         serendipity_plugin_api::hook_event('backend_entryproperties', $supported_properties); |         serendipity_plugin_api::hook_event('backend_entryproperties', $supported_properties); | ||||||
|  |  | ||||||
|         foreach($supported_properties AS $prop_key) { |         foreach($supported_properties AS $prop_key) { | ||||||
|             // Do not delete a property if it is not subbmitted to this function, because serendipity_updertEntry  |             // Do not delete a property if it is not subbmitted to this function, because serendipity_updertEntry | ||||||
|             // possibly only wants to update entry metadata and left out any specific properties, which need to be kept. |             // possibly only wants to update entry metadata and left out any specific properties, which need to be kept. | ||||||
|             // An empty string like "" will properly remove an entryproperty, and POST values will always set an array index to an empty string. |             // An empty string like "" will properly remove an entryproperty, and POST values will always set an array index to an empty string. | ||||||
|             // $serendipipty['POST']['propertyform'] will be set whenever the entryeditor was properly displayed and unticked checkboxes shall remain. |             // $serendipipty['POST']['propertyform'] will be set whenever the entryeditor was properly displayed and unticked checkboxes shall remain. | ||||||
| @@ -460,7 +460,7 @@ class serendipity_event_entryproperties extends serendipity_event | |||||||
|  |  | ||||||
|                 <span class="wrap_legend"><legend><?php echo PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS; ?>: <span><?php echo PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC1 . sprintf(PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC3, 'serendipity_admin.php?serendipity[adminModule]=plugins&serendipity[plugin_to_conf]=' . $this->instance); ?></span></legend></span> |                 <span class="wrap_legend"><legend><?php echo PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS; ?>: <span><?php echo PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC1 . sprintf(PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC3, 'serendipity_admin.php?serendipity[adminModule]=plugins&serendipity[plugin_to_conf]=' . $this->instance); ?></span></legend></span> | ||||||
|  |  | ||||||
|                 <div id="serendipity_customfields" class="clearfix"> |                 <div class="serendipity_customfields clearfix"> | ||||||
| <?php | <?php | ||||||
|                 foreach($fields AS $fieldname) { |                 foreach($fields AS $fieldname) { | ||||||
|                     $fieldparts = explode(':', $fieldname); |                     $fieldparts = explode(':', $fieldname); | ||||||
|   | |||||||
| @@ -936,7 +936,7 @@ input[type=checkbox], | |||||||
| .filter_pane, | .filter_pane, | ||||||
| #s9y_links > ul, | #s9y_links > ul, | ||||||
| #serendipity_category .inputs, | #serendipity_category .inputs, | ||||||
| #serendipity_customfields textarea, | .serendipity_customfields textarea, | ||||||
| #adv_opts { | #adv_opts { | ||||||
|     margin-top: .75em; |     margin-top: .75em; | ||||||
|     margin-bottom: .75em; |     margin-bottom: .75em; | ||||||
| @@ -1153,7 +1153,7 @@ summary { | |||||||
|     overflow: hidden; |     overflow: hidden; | ||||||
| } | } | ||||||
|  |  | ||||||
| #serendipity_customfields label { | .serendipity_customfields label { | ||||||
|     margin-right: 1em; |     margin-right: 1em; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -1171,7 +1171,7 @@ summary { | |||||||
| #entries_list .form_check, | #entries_list .form_check, | ||||||
| .pagination .prev, | .pagination .prev, | ||||||
| .pagination .next, | .pagination .next, | ||||||
| #serendipity_customfields textarea, | .serendipity_customfields textarea, | ||||||
| #dashboard_header h2 { | #dashboard_header h2 { | ||||||
|     float: left; |     float: left; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user