[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/config configuration.thtml, 1.9, 1.10

Blaine Lang blaine at qs1489.pair.com
Sat Feb 2 16:56:36 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config
In directory qs1489.pair.com:/tmp/cvs-serv56623/admin/config

Modified Files:
	configuration.thtml 
Log Message:
Modifications to config manager to not use a standard block function. Config Manager menu(s) are setup to be part of the configmanager template. The config menu block will use the theme's functions.php to get any block header and footer templates. By default we are using a new pair of templates that don't have a title to tighten up the layout.

Index: configuration.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/config/configuration.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** configuration.thtml	27 Jan 2008 09:02:15 -0000	1.9
--- configuration.thtml	2 Feb 2008 21:56:34 -0000	1.10
***************
*** 5,45 ****
  <input type="hidden" value="" name="subgroup"{xhtml}>
  </form>
! <div class="pluginInfo" style="display:{show_changeblock};margin-top:5px;margin-bottom:5px;padding-left:20px;border:1px solid #CCC; height: 120px;overflow: auto; min-height: 50px; max-height: 100px;">
!   {lang_changes_made}:
!     {change_block}
! </div>
  
! <form action="configuration.php" method="post" name="subgroup">
! <input type="hidden" name="conf_group" value="{open_group}"{xhtml}>
! <input type="hidden" name="sub_group" value="{open_sg}"{xhtml}>
  
! <div id="ce_{subgroup_name}">
  
! <!-- BEGIN fieldset -->
! <fieldset style="margin-top:10px;"><legend>{fs_display}</legend>
  
! <!-- BEGIN notes -->
! <div class="notes">
!  <h4>{fs_display}</h4>
!  <p class="last">{fs_help}</p>
!  <span class="warningsmall">{fs_warning}</span>
! </div>
! <!-- END notes -->
  
! <table class="inputTable">
! <col width="200">
! <col>
! {fs_contents}
! </table>
! </fieldset>
! <!-- END fieldset -->
  
! </div>
  
  
! <input type="hidden" name="form_submit" value="true"{xhtml}>
! <div id="bottom_buttons" class="aligncenter">
! <input type="submit" value="{lang_save_changes}"{xhtml}>
! <input type="submit" name="form_reset" value="{lang_reset_form}"{xhtml}>
! </div>
! </form>
--- 5,55 ----
  <input type="hidden" value="" name="subgroup"{xhtml}>
  </form>
! <table>
!     <tr>
!         <td class="block-featured-left" style="vertical-align:top;">
!             <div class="block-bg-left"> {config_menu}
!         </td>
!         <td>
!             <div class="pluginInfo" style="display:{show_changeblock};margin-top:5px;margin-bottom:5px;padding-left:20px;border:1px solid #CCC; height: 120px;overflow: auto; min-height: 50px; max-height: 100px;">
!                 {lang_changes_made}:
!                 {change_block}
!             </div>
  
!             <form action="configuration.php" method="post" name="subgroup">
!             <input type="hidden" name="conf_group" value="{open_group}"{xhtml}>
!             <input type="hidden" name="sub_group" value="{open_sg}"{xhtml}>
  
!             <div id="ce_{subgroup_name}">
  
!             <!-- BEGIN fieldset -->
!             <fieldset style="margin-top:10px;"><legend>{fs_display}</legend>
  
!             <!-- BEGIN notes -->
!             <div class="notes">
!              <h4>{fs_display}</h4>
!              <p class="last">{fs_help}</p>
!              <span class="warningsmall">{fs_warning}</span>
!             </div>
!             <!-- END notes -->
  
!             <table class="inputTable">
!             <col width="200">
!             <col>
!             {fs_contents}
!             </table>
!             </fieldset>
!             <!-- END fieldset -->
  
!             </div>
  
  
!             <input type="hidden" name="form_submit" value="true"{xhtml}>
!             <div id="bottom_buttons" class="aligncenter">
!                 <input type="submit" value="{lang_save_changes}"{xhtml}>
!                 <input type="submit" name="form_reset" value="{lang_reset_form}"{xhtml}>
!             </div>
!             </form>
! 
!         </td>
!     </tr>
! </table>
\ No newline at end of file




More information about the geeklog-cvs mailing list