Project

General

Profile

« Previous | Next » 

Revision 1048

Added by Matthias almost 15 years ago

- Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)

- Fixed some display issues in all backend themes (Thanks to Luisehahne)

View differences:

index.php
90 90
			$num_pages = $get_pages->numRows();
91 91
			?>
92 92
			<li class="p<?php echo $page['parent']; ?>">
93
			<table class="pages_view">
93
			<table class="pages_view" border="0">
94 94
			<tr>
95
				<td width="30" align="right"><?php echo $page['page_id']; ?></td>
95 96
				<td width="20" style="padding-left: <?php if($page['level'] > 0){ echo $page['level']*20; } else { echo '7'; } ?>px;">
97

  
96 98
					<?php
97 99
					if($display_plus == true) {
98 100
					?>
......
265 267
	<div class="pages_list">
266 268
	<table cellpadding="0" cellspacing="0" border="0">
267 269
	<tr>
268
		<td width="20px">
270
		<td width="10px">
269 271
			&nbsp;
270 272
		</td>
273
		<td class="header_list_page_ID">ID</td>
271 274
		<td class="header_list_page_title">
272
			<?php echo $TEXT['PAGE_TITLE']; ?>:
275
			<?php echo $TEXT['VISIBILITY'] .' / ' .$TEXT['PAGE_TITLE']; ?>:
273 276
		</td>
274 277
		<td class="header_list_menu_title">
275 278
			<?php echo $TEXT['MENU_TITLE']; ?>:

Also available in: Unified diff