Esempio n. 1
0
                             $checkbox_action_rs[] = array('action' => 'item_borrow.php', 'op' => 'reminder', link => get_opendb_lang_var('send_reminder(s)'));
                         }
                         if (get_opendb_config_var('borrow', 'duration_support') !== FALSE) {
                             $checkbox_action_rs[] = array('action' => 'item_borrow.php', 'op' => 'extension', link => get_opendb_lang_var('borrow_duration_extension(s)'));
                         }
                     } else {
                         if ($HTTP_VARS['op'] == 'owner_reserved') {
                             $checkbox_action_rs[] = array('action' => 'item_borrow.php', 'op' => 'check_out', link => get_opendb_lang_var('check_out_item(s)'));
                             $checkbox_action_rs[] = array('action' => 'item_borrow.php', 'op' => 'cancel_reserve', link => get_opendb_lang_var('cancel_reservation(s)'));
                         }
                     }
                 }
             }
             echo format_checkbox_action_links('sequence_number', get_opendb_lang_var('no_items_checked'), $checkbox_action_rs);
         }
         echo format_help_block($listingObject->getHelpEntries());
         echo "<ul class=\"listingControls\">";
         if (get_opendb_config_var('listings', 'allow_override_show_item_image') !== FALSE) {
             echo "<li>" . getToggleControl($PHP_SELF, $HTTP_VARS, get_opendb_lang_var('show_item_image'), 'show_item_image', ifempty($HTTP_VARS['show_item_image'], get_opendb_config_var('listings', 'show_item_image') == TRUE ? 'Y' : 'N')) . "</li>";
         }
         echo "<li>" . getItemsPerPageControl($PHP_SELF, $HTTP_VARS) . "</li>";
         echo "</ul>";
         echo "<p class=\"listingDate\">" . get_opendb_lang_var('listing_generated', 'datetime', get_localised_timestamp(get_opendb_config_var('listings', 'print_listing_datetime_mask'))) . "</p>";
         echo format_footer_links($footer_links_r);
         echo _theme_footer();
     }
     //end if($show_listings)
 } else {
     //no guests allowed!
     opendb_not_authorised_page(PERM_USER_BORROWER, $HTTP_VARS);
 }