Project

General

Profile

« Previous | Next » 

Revision 1050

Added by Matthias almost 15 years ago

Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)

View differences:

trunk/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
------------------------------------- 2.8.0 -------------------------------------
14
08-July-2009 Dietrich Roland Pehlke
15
!	Removed unused marker {USERS} inside the "groups.htt" of the wb-theme.	
14
09-July-2009 Matthias
15
#	Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)
16 16
08-July-2009 Matthias Gallas
17 17
+	Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)
18 18
#	Fixed some display issues in all backend themes (Thanks to Luisehahne)
19 19
!	Replaced wbmodules.gif in FCKEditor Plugins (Thanks to Stefek)
20 20
08-July-2009 Dietrich Roland Pehlke
21
!	Removed unused marker {USERS} inside the "groups.htt" of the wb-theme.
21 22
!	admin -> users -> index.php
22 23
!	admin -> groups -> index.php
23 24
	Codechanges using blocks to avoid to generate the "switch"-link right-top,
trunk/wb/admin/pages/sections.php
201 201
						'VAR_SECTION_ID' => $section['section_id'],
202 202
						'VAR_POSITION' => $section['position'],
203 203
						'LINK_MODIFY_URL_VAR_MODUL_NAME' => $edit_page,
204
						'SELECT' => '',
205
						'SET_NONE_DISPLAY_OPTION' => '',
204 206
				) );
205 207
				// Add block options to the section_list
206 208
				$template->clear_var('block_list');
......
225 227
						'VAR_SECTION_ID' => $section['section_id'],
226 228
						'VAR_POSITION' => $section['position'],
227 229
						'LINK_MODIFY_URL_VAR_MODUL_NAME' => $edit_page,
230
						'SET_NONE_DISPLAY_OPTION' => '<option>&nbsp;</option>',
228 231
					) );
229 232
			}
230 233
			// Insert icon and images
......
283 286
						) );
284 287
		} else {
285 288
			$template->set_var(array(
286
							'DISPLAY_DEBUG' => ' style="visibility="hidden;"',
289
							'DISPLAY_DEBUG' => ' style="display:none;"',
287 290
							'TEXT_PID' => '',
288 291
							'POSITION' => '',
289 292
						) );
trunk/wb/templates/classic_theme/templates/pages_sections.htt
38 38

  
39 39
                    <td valign="middle" class="{INPUT_ATTRIBUTE}"{STYLE_DISPLAY_SECTION_BLOCK}>
40 40
                    	<select name="block{VAR_SECTION_ID}" class="input_narrow">
41
                        {SET_NONE_DISPLAY_OPTION}
41 42
                    	<!-- BEGIN block_block -->
42 43
                    		<option value="{VALUE}"{SELECTED}>{NAME}</option>
43 44
                    	<!-- END block_block -->
trunk/wb/templates/wb_theme/templates/pages_sections.htt
38 38

  
39 39
                    <td valign="middle" class="{INPUT_ATTRIBUTE}"{STYLE_DISPLAY_SECTION_BLOCK}>
40 40
                    	<select name="block{VAR_SECTION_ID}" class="input_narrow">
41
                        {SET_NONE_DISPLAY_OPTION}
41 42
                    	<!-- BEGIN block_block -->
42 43
                    		<option value="{VALUE}"{SELECTED}>{NAME}</option>
43 44
                    	<!-- END block_block -->
trunk/wb/templates/argos_theme/templates/pages_sections.htt
33 33
                    <td width="{NAME_SIZE}">{LINK_MODIFY_URL_VAR_MODUL_NAME}</td>
34 34
                    <td {STYLE_DISPLAY_SECTION_BLOCK} class="{INPUT_ATTRIBUTE}">
35 35
                    	<select name="block{VAR_SECTION_ID}" class="input_normal">
36
                        {SET_NONE_DISPLAY_OPTION}
36 37
                    	<!-- BEGIN block_block -->
37 38
                    		<option value="{VALUE}"{SELECTED}>{NAME}</option>
38 39
                    	<!-- END block_block -->

Also available in: Unified diff