Пример #1
0
							<?php 
                echo gettext('<strong>Note:</strong> Dragging an album under a different parent will move the album. You cannot move albums under a <em>dynamic</em> album.');
                ?>
						</p>
						<?php 
            }
            ?>
					<p>
						<?php 
            echo gettext('Select an album to edit its description and data, or <a href="?page=edit&amp;massedit">mass-edit</a> all gallery level albums.');
            ?>
					</p>

					<?php 
            consolidatedEditMessages('');
            printEditDropdown('', array('1', '2', '3', '4', '5'), $album_nesting);
            ?>
					<form class="dirty-check" action="?page=edit&amp;action=savealbumorder" method="post" name="sortableListForm" id="sortableListForm" onsubmit="return confirmAction();">
									<?php 
            XSRFToken('savealbumorder');
            ?>
						<p class="buttons">
							<?php 
            if ($album_nesting > 1 || zp_loggedin(MANAGE_ALL_ALBUM_RIGHTS)) {
                ?>
								<button class="serialize buttons" type="submit"><img src="images/pass.png" alt="" /><strong><?php 
                echo gettext("Apply");
                ?>
</strong></button>
								<?php 
            }
Пример #2
0
			<p class="notebox">
			<?php 
                echo gettext('<strong>Note:</strong> Dragging an album under a different parent will move the album. You cannot move albums under a <em>dynamic</em> album.');
                ?>
			</p>
			<?php 
            }
            ?>
	<p>
		<?php 
            echo gettext('Select an album to edit its description and data, or <a href="?page=edit&amp;massedit">mass-edit</a> all gallery level albums.');
            ?>
	</p>

	<?php 
            printEditDropdown('');
            ?>
<form action="?page=edit&amp;action=savealbumorder" method="post" name="sortableListForm" id="sortableListForm" onsubmit="return confirmAction();">
	<?php 
            XSRFToken('savealbumorder');
            ?>
	<p class="buttons">
		<?php 
            if ($gallery_nesting > 1 || zp_loggedin(MANAGE_ALL_ALBUM_RIGHTS)) {
                ?>
			<button class="serialize" type="submit" title="<?php 
                echo gettext("Apply");
                ?>
" class="buttons"><img src="images/pass.png" alt="" /><strong><?php 
                echo gettext("Apply");
                ?>