[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/preferences commentblock.thtml, 1.6, 1.7 profile.thtml, 1.25, 1.26

Dirk Haun dhaun at qs1489.pair.com
Sun Dec 30 07:16:39 EST 2007


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

Modified Files:
	commentblock.thtml profile.thtml 
Log Message:
Fixes for HTML Strict, provided by Eric Warren


Index: profile.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/profile.thtml,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** profile.thtml	25 Nov 2007 06:59:33 -0000	1.25
--- profile.thtml	30 Dec 2007 12:16:37 -0000	1.26
***************
*** 33,37 ****
              <table class="inputTable" border="0">
                  <tr>
!                     <td style="width:150px;" nowrap="nowrap"><label for="passwd">{lang_password}:</label></td>
                      <td><input type="password" id="passwd" name="passwd" size="32" maxlength="32" value="{password_value}"{xhtml}></td>
                  </tr>
--- 33,37 ----
              <table class="inputTable" border="0">
                  <tr>
!                     <td style="width:150px;"><label for="passwd">{lang_password}:</label></td>
                      <td><input type="password" id="passwd" name="passwd" size="32" maxlength="32" value="{password_value}"{xhtml}></td>
                  </tr>

Index: commentblock.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/commentblock.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** commentblock.thtml	25 Nov 2007 06:59:33 -0000	1.6
--- commentblock.thtml	30 Dec 2007 12:16:37 -0000	1.7
***************
*** 8,12 ****
      <table class="inputTable">
          <tr>
!             <td width="120"><label for="commentmode">{lang_displaymode}:</label></td>
              <td>{displaymode_selector}</td>
          </tr>
--- 8,12 ----
      <table class="inputTable">
          <tr>
!             <td style="width:120"><label for="commentmode">{lang_displaymode}:</label></td>
              <td>{displaymode_selector}</td>
          </tr>




More information about the geeklog-cvs mailing list