?>
</h2>
							</div>
							<?php 
        }
    }
    ?>
					<form class="dirty-check" action="?page=edit&amp;album=<?php 
    echo $album->getFileName();
    ?>
&amp;saved&amp;tab=sort" method="post" name="sortableListForm" id="sortableListForm">
						<?php 
    XSRFToken('save_sort');
    ?>
						<?php 
    printBulkActions($checkarray_images, true);
    ?>
						<script type="text/javascript">
							// <!-- <![CDATA[
							function postSort(form) {
								$('#sortableList').val($('#images').sortable('serialize'));
								form.submit();
							}
							// ]]> -->
						</script>

						<p class="buttons">
							<a href="<?php 
    echo WEBPATH . '/' . ZENFOLDER . '/admin-edit.php?page=edit' . $parent;
    ?>
"><img	src="images/arrow_left_blue_round.png" alt="" /><strong><?php 
    echo gettext('New category');
    ?>
</a></strong>
						</span>
						<?php 
}
?>
				</p>
				<br clear="all" /><br />
				<div class="bordered">
					<div class="headline"><?php 
echo gettext('Edit this Category');
?>
					<?php 
$checkarray = array(gettext('*Bulk actions*') => 'noaction', gettext('Delete') => 'deleteall', gettext('Add tags to articles') => 'alltags', gettext('Clear tags of articles') => 'clearalltags', gettext('Reset hitcounter') => 'resethitcounter');
printBulkActions($checkarray);
?>
					</div>
					<div class="subhead" >
						<label style="float: right"><?php 
echo gettext("Check All");
?>
							<input type="checkbox" name="allbox" id="allbox" onclick="checkAll(this.form, 'ids[]', this.checked);" />
						</label>
					</div>
						<ul class="page-list">
						<?php 
$toodeep = printNestedItemsList('cats-sortablelist', '', '');
?>
						</ul>
					</div>
Beispiel #3
0
                ?>
								<button type="button" onclick="javascript:newAlbum('', false);"><img src="images/folder.png" alt="" /><strong><?php 
                echo gettext('New album');
                ?>
</strong></button>
								<?php 
            }
            ?>
						</p>
						<br class="clearall" /><br />
						<div class="bordered">
							<div class="headline"><?php 
            echo gettext("Edit this album");
            ?>
								<?php 
            printBulkActions($checkarray_albums);
            ?>
							</div>
							<div class="subhead">
								<label class="buttons" style="float: left">
									<a href="admin-edit.php?showthumbs=<?php 
            echo $thumbshow;
            ?>
" title="<?php 
            echo gettext('Thumbnail generation may be time consuming on slow servers or when there are a lot of images.');
            ?>
">
										<?php 
            echo $thumbmsg;
            ?>
									</a>