plugins/gallery/upload.php
changeset 10 b38afb86dcad
parent 3 10d663f5ed88
child 12 3893b99cd443
equal deleted inserted replaced
9:ebd7003e73c6 10:b38afb86dcad
   388         ?>
   388         ?>
   389         <tr>
   389         <tr>
   390           <td class="row2">Move to folder:</td>
   390           <td class="row2">Move to folder:</td>
   391           <td class="row1">
   391           <td class="row1">
   392             <div class="toggle">
   392             <div class="toggle">
   393               <div class="head" onclick="gal_toggle(this.nextSibling.nextSibling, this.childNodes[1]);">
   393               <div class="head" onclick="gal_toggle( ( IE ? this.nextSibling : this.nextSibling.nextSibling ), this.childNodes[1]);">
   394                 <img alt="&gt;&gt;" src="<?php echo scriptPath; ?>/plugins/gallery/toggle-closed.png" class="toggler" />
   394                 <img alt="&gt;&gt;" src="<?php echo scriptPath; ?>/plugins/gallery/toggle-closed.png" class="toggler" />
   395                 Select folder
   395                 Select folder
   396               </div>
   396               </div>
   397               <div class="body">
   397               <div class="body">
   398                 <?php
   398                 <?php
   463         ?>
   463         ?>
   464         <tr>
   464         <tr>
   465           <td class="row2">Move to folder:</td>
   465           <td class="row2">Move to folder:</td>
   466           <td class="row1">
   466           <td class="row1">
   467             <div class="toggle">
   467             <div class="toggle">
   468               <div class="head" onclick="gal_toggle(this.nextSibling.nextSibling, this.childNodes[1]);">
   468               <div class="head" onclick="gal_toggle( ( IE ? this.nextSibling : this.nextSibling.nextSibling ), this.childNodes[1]);">
   469                 <img alt="&gt;&gt;" src="<?php echo scriptPath; ?>/plugins/gallery/toggle-closed.png" class="toggler" />
   469                 <img alt="&gt;&gt;" src="<?php echo scriptPath; ?>/plugins/gallery/toggle-closed.png" class="toggler" />
   470                 Select folder
   470                 Select folder
   471               </div>
   471               </div>
   472               <div class="body">
   472               <div class="body">
   473                 <?php
   473                 <?php
   506       ?>
   506       ?>
   507       <tr>
   507       <tr>
   508         <td class="row2">Move all to folder:<br /><small>Other folder fields on this page can override this for individual images.</small></td>
   508         <td class="row2">Move all to folder:<br /><small>Other folder fields on this page can override this for individual images.</small></td>
   509         <td class="row1" style="width: 70%;">
   509         <td class="row1" style="width: 70%;">
   510           <div class="toggle">
   510           <div class="toggle">
   511             <div class="head" onclick="gal_toggle(this.nextSibling.nextSibling, this.childNodes[1]);">
   511             <div class="head" onclick="gal_toggle( ( IE ? this.nextSibling : this.nextSibling.nextSibling ), this.childNodes[1]);">
   512               <img alt="&gt;&gt;" src="<?php echo scriptPath; ?>/plugins/gallery/toggle-closed.png" class="toggler" />
   512               <img alt="&gt;&gt;" src="<?php echo scriptPath; ?>/plugins/gallery/toggle-closed.png" class="toggler" />
   513               Select folder
   513               Select folder
   514             </div>
   514             </div>
   515             <div class="body">
   515             <div class="body">
   516               <?php
   516               <?php
  1060       </tr>
  1060       </tr>
  1061       <tr>
  1061       <tr>
  1062         <td class="row2">Upload to folder:</td>
  1062         <td class="row2">Upload to folder:</td>
  1063         <td class="row1">
  1063         <td class="row1">
  1064           <div class="toggle">
  1064           <div class="toggle">
  1065             <div class="head" onclick="gal_toggle(this.nextSibling.nextSibling, this.childNodes[1]);">
  1065             <div class="head" onclick="gal_toggle( ( IE ? this.nextSibling : this.nextSibling.nextSibling ), this.childNodes[1]);">
  1066               <img alt="&gt;&gt;" src="<?php echo scriptPath; ?>/plugins/gallery/toggle-closed.png" class="toggler" />
  1066               <img alt="&gt;&gt;" src="<?php echo scriptPath; ?>/plugins/gallery/toggle-closed.png" class="toggler" />
  1067               Select folder
  1067               Select folder
  1068             </div>
  1068             </div>
  1069             <div class="body">
  1069             <div class="body">
  1070               <?php
  1070               <?php