diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-10-30 17:24:31 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-10-30 17:24:31 +0000 |
| commit | fe8b71f311753b6bb7be62b697035e420fb5f056 (patch) | |
| tree | 829eccec88252804fd3ccd00fad780f551dfc919 /modules/lightbox/album.php | |
| parent | da9c61e696a7bcd63a4e6a7e792fbe3434618e18 (diff) | |
| download | webtrees-fe8b71f311753b6bb7be62b697035e420fb5f056.tar.gz webtrees-fe8b71f311753b6bb7be62b697035e420fb5f056.tar.bz2 webtrees-fe8b71f311753b6bb7be62b697035e420fb5f056.zip | |
Cosmetic change - consistent "; " before PHP close tag
Diffstat (limited to 'modules/lightbox/album.php')
| -rw-r--r-- | modules/lightbox/album.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/lightbox/album.php b/modules/lightbox/album.php index 24b3af6fd7..52ea855ac9 100644 --- a/modules/lightbox/album.php +++ b/modules/lightbox/album.php @@ -98,9 +98,9 @@ $sort_i=0; // Used in sorting on lightbox_print_media_row.php page <input type="hidden" id="ord2" name="order2" value="" /> <center> - <button type="submit" title="<?php echo i18n::translate('Saves the sorted media to the database');?>" onclick="saveOrder();" ><?php echo i18n::translate('Save');?></button> - <button type="submit" title="<?php echo i18n::translate('Reset to the original order');?>" onclick="document.reorder_form.action.value='al_reset_media_update'; document.reorder_form.submit();"><?php echo i18n::translate('Reset');?></button> - <button type="button" title="<?php echo i18n::translate('Quit and return');?>" onClick="location.href='<?php echo WT_SCRIPT_NAME, "?pid=", $pid, "&tab=", $tabno; ?>'"><?php echo i18n::translate('Cancel');?></button> + <button type="submit" title="<?php echo i18n::translate('Saves the sorted media to the database'); ?>" onclick="saveOrder();" ><?php echo i18n::translate('Save'); ?></button> + <button type="submit" title="<?php echo i18n::translate('Reset to the original order'); ?>" onclick="document.reorder_form.action.value='al_reset_media_update'; document.reorder_form.submit();"><?php echo i18n::translate('Reset'); ?></button> + <button type="button" title="<?php echo i18n::translate('Quit and return'); ?>" onClick="location.href='<?php echo WT_SCRIPT_NAME, "?pid=", $pid, "&tab=", $tabno; ?>'"><?php echo i18n::translate('Cancel'); ?></button> <?php /* // Debug --------------------------------------------------------------------------- |
