[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/preferences commentblock.thtml, 1.3, 1.4 profile.thtml, 1.21, 1.22

Blaine Lang blaine at qs1489.pair.com
Sat Jun 9 16:17:15 EDT 2007


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

Modified Files:
	commentblock.thtml profile.thtml 
Log Message:
Clean-up CSS to fix the layout of the fieldset and div used for the help notes. Bullet margin now same for both FF and IE. 
Fieldset border will now expand to fit the div for the notes and not let the div appear below the fieldset border
Fieldset border had been turned off as well - different then GL 1.4.1

Index: profile.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/profile.thtml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** profile.thtml	8 Mar 2007 12:42:06 -0000	1.21
--- profile.thtml	9 Jun 2007 20:17:13 -0000	1.22
***************
*** 24,29 ****
            <div class="notes">
              <h4>{lang_password_help_title}</h4>
!             <p class="last">{lang_password_help}</p>
              <span class="warningsmall">{lang_enter_current_password}</span>
             </div>
             <table class="inputTable">
--- 24,30 ----
            <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">

Index: commentblock.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/commentblock.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** commentblock.thtml	28 Jul 2006 05:01:29 -0000	1.3
--- commentblock.thtml	9 Jun 2007 20:17:13 -0000	1.4
***************
*** 3,20 ****
          <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>
!   <tr>
!     <td><label>{lang_sortorder}</label></td>
!     <td>{sortorder_selector}</td>
!   </tr>
!   <tr>
!      <td><label for="commentlimit">{lang_commentlimit}:</label></td>
!      <td><input type="text" id="commentlimit" name="commentlimit" size="5" maxlength="5" value="{commentlimit_value}"></td>
!   </tr>
! </table>
  </fieldset>
--- 3,20 ----
          <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>
!       <tr>
!         <td><label>{lang_sortorder}</label></td>
!         <td>{sortorder_selector}</td>
!       </tr>
!       <tr>
!          <td><label for="commentlimit">{lang_commentlimit}:</label></td>
!          <td><input type="text" id="commentlimit" name="commentlimit" size="5" maxlength="5" value="{commentlimit_value}"></td>
!       </tr>
!     </table>
  </fieldset>




More information about the geeklog-cvs mailing list