[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/preferences boxesblock.thtml, 1.3, 1.4 commentblock.thtml, 1.4, 1.5 displayblock.thtml, 1.5, 1.6 excludeblock.thtml, 1.5, 1.6 privacyblock.thtml, 1.3, 1.4 profile.thtml, 1.22, 1.23

Blaine Lang blaine at qs1489.pair.com
Sun Jun 10 09:47:13 EDT 2007


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

Modified Files:
	boxesblock.thtml commentblock.thtml displayblock.thtml 
	excludeblock.thtml privacyblock.thtml profile.thtml 
Log Message:
User account/profile template changes to better handle a window resize and layout control.
CSS changes to format div notes lists better

Index: privacyblock.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/privacyblock.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** privacyblock.thtml	28 Jul 2006 05:01:29 -0000	1.3
--- privacyblock.thtml	10 Jun 2007 13:47:10 -0000	1.4
***************
*** 1,4 ****
  <fieldset style="margin-top:10px;"><legend>{lang_privacy_title}</legend>
!       <div class="notes">
          <h4>{lang_privacy_help_title}</h4>
          {lang_privacy_help}
--- 1,4 ----
  <fieldset style="margin-top:10px;"><legend>{lang_privacy_title}</legend>
!       <div class="notes" style="width:250px;">
          <h4>{lang_privacy_help_title}</h4>
          {lang_privacy_help}

Index: boxesblock.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/boxesblock.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** boxesblock.thtml	28 Jul 2006 05:01:29 -0000	1.3
--- boxesblock.thtml	10 Jun 2007 13:47:10 -0000	1.4
***************
*** 1,5 ****
  <fieldset style="margin-top:10px;">
      <legend>{lang_boxes_title}</legend>
!       <div class="notes">
          <h4>{lang_boxes_help_title}</h4>
          {lang_boxes}
--- 1,5 ----
  <fieldset style="margin-top:10px;">
      <legend>{lang_boxes_title}</legend>
!       <div class="notes" style="width:200px;">
          <h4>{lang_boxes_help_title}</h4>
          {lang_boxes}

Index: profile.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/profile.thtml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** profile.thtml	9 Jun 2007 20:17:13 -0000	1.22
--- profile.thtml	10 Jun 2007 13:47:10 -0000	1.23
***************
*** 3,7 ****
  
  <div id="pe_navbar" class="jsenabled_show" style="display:none">{navbar}</div>
! <div class="clearboth"></div>
  <form action="{site_url}/usersettings.php" method="POST" {enctype}>
      <div id="pe_preview" style="display:none;">
--- 3,7 ----
  
  <div id="pe_navbar" class="jsenabled_show" style="display:none">{navbar}</div>
! <div class="clearboth" style="min-width:600px;">
  <form action="{site_url}/usersettings.php" method="POST" {enctype}>
      <div id="pe_preview" style="display:none;">
***************
*** 24,34 ****
            <div class="notes">
              <h4>{lang_password_help_title}</h4>
!             <p class="last">{lang_password_help}<br /><br />
!             <span class="warningsmall">{lang_enter_current_password}</span>
! 	    </p>
             </div>
!            <table class="inputTable">
                 <tr>
!                     <td width="150px"><label for="passwd">{lang_password}:</label></td>
                      <td><input type="password" id="passwd" name="passwd" size="32" maxlength="32" value="{password_value}"></td>
                 </tr>
--- 24,35 ----
            <div class="notes">
              <h4>{lang_password_help_title}</h4>
!             <p class="last">
!                 {lang_password_help}<br /><br />
!                 <span class="warningsmall">{lang_enter_current_password}</span>  
!             </p>
             </div>
!            <table class="inputTable" border="0">
                 <tr>
!                     <td width="150px" nowrap><label for="passwd">{lang_password}:</label></td>
                      <td><input type="password" id="passwd" name="passwd" size="32" maxlength="32" value="{password_value}"></td>
                 </tr>
***************
*** 61,65 ****
            <div class="notes">
              <h4>{lang_userinfo_help_title}</h4>
!             <p class="last">{lang_userinfo_help}</p>
             </div>
             <table class="inputTable">
--- 62,66 ----
            <div class="notes">
              <h4>{lang_userinfo_help_title}</h4>
!                 <ul>{lang_userinfo_help}</ul>
             </div>
             <table class="inputTable">
***************
*** 97,101 ****
      </p>
  </form>
! 
  <!-- JS Functions which will execute only if JS enabled will un-hide the special features that enhance the profile editor -->
  <script type="text/JavaScript">
--- 98,102 ----
      </p>
  </form>
! </div>
  <!-- JS Functions which will execute only if JS enabled will un-hide the special features that enhance the profile editor -->
  <script type="text/JavaScript">

Index: displayblock.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/displayblock.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** displayblock.thtml	9 Jan 2007 05:30:00 -0000	1.5
--- displayblock.thtml	10 Jun 2007 13:47:10 -0000	1.6
***************
*** 1,6 ****
      <fieldset id="pe_userinfo" style="margin-top:10px;"><legend>{lang_misc_title}</legend>
!         <div class="notes">
          <h4>{lang_misc_help_title}</h4>
              {lang_misc_help}
          </div>
          <table class="inputTable">
--- 1,8 ----
      <fieldset id="pe_userinfo" style="margin-top:10px;"><legend>{lang_misc_title}</legend>
!         <div class="notes" style="width:250px;">
          <h4>{lang_misc_help_title}</h4>
+              <ul>
              {lang_misc_help}
+             </ul>
          </div>
          <table class="inputTable">
***************
*** 8,12 ****
              {theme_selection}
              <tr>
!                 <td width="100px"><label for="noicons">{lang_noicons}:</label></td>
                  <td><input type="checkbox" id="noicons" name="noicons" {noicons_checked}></td>
              </tr>
--- 10,14 ----
              {theme_selection}
              <tr>
!                 <td width="120px"><label for="noicons">{lang_noicons}:</label></td>
                  <td><input type="checkbox" id="noicons" name="noicons" {noicons_checked}></td>
              </tr>
***************
*** 19,24 ****
                  <td><input type="text" size="3" maxlength="3" id="maxstories" name="maxstories" value="{maxstories_value}"></td>
              </tr>
              <tr>
!                 <td width="100px"><label>{lang_timezone}:</label></td>
                  <td>{timezone_selector}</td>
              </tr>
--- 21,28 ----
                  <td><input type="text" size="3" maxlength="3" id="maxstories" name="maxstories" value="{maxstories_value}"></td>
              </tr>
+             </table>
+             <table class="inputTable">
              <tr>
!                 <td width="120px"><label>{lang_timezone}:</label></td>
                  <td>{timezone_selector}</td>
              </tr>

Index: excludeblock.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/excludeblock.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** excludeblock.thtml	16 Sep 2006 03:09:48 -0000	1.5
--- excludeblock.thtml	10 Jun 2007 13:47:10 -0000	1.6
***************
*** 1,5 ****
  <fieldset style="margin-top:10px;">
      <legend>{lang_exclude_title}</legend>
!       <div class="notes">
          <h4>{lang_excluded_items_title}</h4>
          {lang_excluded_items}
--- 1,5 ----
  <fieldset style="margin-top:10px;">
      <legend>{lang_exclude_title}</legend>
!       <div class="notes" style="width:200px;">
          <h4>{lang_excluded_items_title}</h4>
          {lang_excluded_items}

Index: commentblock.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/commentblock.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** commentblock.thtml	9 Jun 2007 20:17:13 -0000	1.4
--- commentblock.thtml	10 Jun 2007 13:47:10 -0000	1.5
***************
*** 1,10 ****
  <fieldset style="margin-top:10px;"><legend>{lang_comment_title}</legend>
!       <div class="notes">
          <h4>{lang_comment_help_title}</h4>
          {lang_comment_help}
      </div>
      <table class="inputTable">
        <tr>
!         <td><label>{lang_displaymode}</label></td>
          <td>{displaymode_selector}</td>
        </tr>
--- 1,12 ----
  <fieldset style="margin-top:10px;"><legend>{lang_comment_title}</legend>
!       <div class="notes" style="width:250px;">
          <h4>{lang_comment_help_title}</h4>
+         <ul>
          {lang_comment_help}
+         </ul>
      </div>
      <table class="inputTable">
        <tr>
!         <td width="120"><label>{lang_displaymode}</label></td>
          <td>{displaymode_selector}</td>
        </tr>




More information about the geeklog-cvs mailing list