Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.02 KB | None | 0 0
  1. <?php /* Smarty version 2.6.20, created on 2011-02-18 18:54:32
  2.          compiled from gallery:modules/core/templates/CreateThumbnailOption.tpl */ ?>
  3. <div class="gbBlock">
  4. <h3> <?php echo $this->_reg_objects['g'][0]->text(array('text' => 'Thumbnails'), $this);?>
  5.  </h3>
  6. <p class="giDescription">
  7. <?php echo $this->_reg_objects['g'][0]->text(array('text' => "Gallery can create thumbnails at upload time, or create them the first time you want to see the thumbnail itself.  Either way, it will create the thumbnail once and save it, but if you create them at upload time it makes viewing albums for the first time go faster at the expense of a longer upload time."), $this);?>
  8.  
  9. </p>
  10. <input type="checkbox" id="CreateThumbnail_cb" checked="checked"
  11. name="<?php echo $this->_reg_objects['g'][0]->formVar(array('var' => "form[CreateThumbnailOption][createThumbnail]"), $this);?>
  12. "/>
  13. <label for="CreateThumbnail_cb">
  14. <?php echo $this->_reg_objects['g'][0]->text(array('text' => 'Create thumbnails now'), $this);?>
  15.  
  16. </label>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement