[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/preferences commentblock.thtml, 1.5, 1.6 deleteaccount.thtml, 1.4, 1.5 displayblock.thtml, 1.6, 1.7 excludeblock.thtml, 1.6, 1.7 language.thtml, 1.2, 1.3 privacyblock.thtml, 1.4, 1.5 profile.thtml, 1.24, 1.25 theme.thtml, 1.2, 1.3 username.thtml, 1.4, 1.5 userphoto.thtml, 1.4, 1.5

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:59:36 EST 2007


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

Modified Files:
	commentblock.thtml deleteaccount.thtml displayblock.thtml 
	excludeblock.thtml language.thtml privacyblock.thtml 
	profile.thtml theme.thtml username.thtml userphoto.thtml 
Log Message:
XHTML optional updates

Index: privacyblock.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/privacyblock.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** privacyblock.thtml	10 Jun 2007 13:47:10 -0000	1.4
--- privacyblock.thtml	25 Nov 2007 06:59:33 -0000	1.5
***************
*** 6,19 ****
  <table class="inputTable">
    <tr>
!     <td width="100px"><label for="emailfromuser">{lang_emailfromuser}:</label></td>
!     <td><input type="checkbox" id="emailfromuser" name="emailfromuser" {emailfromuser_checked}></td>
    </tr>
    <tr>
!     <td width="100px"><label for="emailfromadmin">{lang_emailfromadmin}:</label></td>
!     <td><input type="checkbox" id="emailfromadmin" name="emailfromadmin" {emailfromadmin_checked}></td>
    </tr>
    <tr>
!     <td width="100px"><label for="showonline">{lang_showonline}:</label></td>
!     <td><input type="checkbox" id="showonline" name="showonline" {showonline_checked}></td>
    </tr>
  </table>
--- 6,19 ----
  <table class="inputTable">
    <tr>
!     <td style="width:100px;"><label for="emailfromuser">{lang_emailfromuser}:</label></td>
!     <td><input type="checkbox" id="emailfromuser" name="emailfromuser" {emailfromuser_checked}{xhtml}></td>
    </tr>
    <tr>
!     <td style="width:100px;"><label for="emailfromadmin">{lang_emailfromadmin}:</label></td>
!     <td><input type="checkbox" id="emailfromadmin" name="emailfromadmin" {emailfromadmin_checked}{xhtml}></td>
    </tr>
    <tr>
!     <td style="width:100px;"><label for="showonline">{lang_showonline}:</label></td>
!     <td><input type="checkbox" id="showonline" name="showonline" {showonline_checked}{xhtml}></td>
    </tr>
  </table>

Index: language.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/language.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** language.thtml	28 Jul 2006 04:09:12 -0000	1.2
--- language.thtml	25 Nov 2007 06:59:33 -0000	1.3
***************
*** 1,4 ****
     <tr>
!         <td width="100px"><label>{lang_language}:</label></td>
          <td>{language_selector}</td>
     </tr>
--- 1,4 ----
     <tr>
!         <td style="width:100px;"><label for="language">{lang_language}:</label></td>
          <td>{language_selector}</td>
     </tr>

Index: profile.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/profile.thtml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** profile.thtml	29 Jul 2007 21:40:00 -0000	1.24
--- profile.thtml	25 Nov 2007 06:59:33 -0000	1.25
***************
*** 2,9 ****
  <script type="text/JavaScript" src="{site_url}/javascript/profile_editor.js"></script>
  
! <div id="pe_navbar" 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" class="jsenabled_hide" style="display:none;">
          <fieldset style="margin-top:10px;">
              <legend>{lang_preview_title}</legend>
--- 2,11 ----
  <script type="text/JavaScript" src="{site_url}/javascript/profile_editor.js"></script>
  
! <div id="pe_navbar" 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" class="jsenabled_hide" style="display:none;">
          <fieldset style="margin-top:10px;">
              <legend>{lang_preview_title}</legend>
***************
*** 11,99 ****
          </fieldset>
      </div>
! <div id="pe_namepass" class="jsenabled_show">
          <fieldset style="margin-top:10px;"><legend>{lang_name_legend}</legend>
!            <table class="inputTable">
!                    {username_option}
!                <tr>
!                     <td width="150px"><label for="fullname">{lang_fullname}:</label></td>
!                     <td><input type="text" id="fullname" name="fullname" size="60" maxlength="80" value="{fullname_value}"></td>
!                </tr>
              </table>
          </fieldset>
          <fieldset style="margin-top:10px;"><legend>{lang_password_email_legend}</legend>
!           <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>
!                <tr>
!                    <td><label for="passwd_conf">{lang_password_conf}:</label></td>
!                    <td><input type="password" id="passwd_conf" name="passwd_conf" size="32" maxlength="32" value="{password_value}"></td>
                  </tr>
!                <tr>
!                    <td><label>{lang_cooktime}:</label></td>
!                    <td>{cooktime_selector}</td>
!                </tr>
!                <tr>
!                    <td><label for="email">{lang_email}:</label></td>
!                    <td><input type="text" id="email" name="email" size="50" maxlength="96" value="{email_value}"></td>
                  </tr>
                  <tr>
!                    <td><label for="email_conf">{lang_email_conf}:</label></td>
!                    <td><input type="text" id="email_conf" name="email_conf" size="50" maxlength="96" value="{email_value}"></td>
                  </tr>
                  <tr>
!                    <td><label for="old_passwd" class="warningsmall">{lang_old_password}:</label></td>
!                    <td><input type="password" id="old_passwd" name="old_passwd" size="32" maxlength="32" value=""></td>
                  </tr>
              </table>
              {delete_account_option}
!     </fieldset>
      </div>
      <div id="pe_userinfo" class="jsenabled_hide">
          <fieldset style="margin-top:10px;"><legend>{lang_personal_info_legend}</legend>
!           <div class="notes">
!             <h4>{lang_userinfo_help_title}</h4>
!                 <ul>{lang_userinfo_help}</ul>
!            </div>
!            <table class="inputTable">
!                <tr>
!                     <td width="100px"><label for="homepage">{lang_homepage}:</label></td>
!                     <td><input type="text" id="homepage" name="homepage" size="55" maxlength="128" value="{homepage_value}"></td>
!                </tr>
!                <tr>
!                     <td width="100px"><label for="location">{lang_location}:</label></td>
!                     <td><input type="text" id="location" name="location" size="55" maxlength="96" value="{location_value}"></td>
!                </tr>
!                {userphoto_option}
!                <tr>
!                     <td width="100px"><label for="sig">{lang_signature}:</label></td>
!                     <td><textarea id="sig" name="sig" style="width:100%" rows="4">{signature_value}</textarea></td>
!                </tr>
!                <tr>
!                     <td width="100px"><label for="about">{lang_about}:</label></td>
!                     <td><textarea id="about" name="about" style="width:100%" rows="4">{about_value}</textarea></td>
!                </tr>
!                <tr>
!                     <td width="100px"><label for="pgpkey">{lang_pgpkey}:</label></td>
!                     <td><textarea id="pgpkey" name="pgpkey" style="width:100%" rows="4">{pgpkey_value}</textarea></td>
!                </tr>
              </table>
!     </fieldset>
      </div>
      {prefs}
      <p class="aligncenter" id="save_button">
!       <input type="hidden" name="uid" value="{uid_value}">
!       <input type="hidden" name="mode" value="saveuser">
!       <input type="hidden" name="username" value="{username_value}">
!       <span style="padding-right:50px;"><input type="submit" name="btnsubmit" value="{lang_submit}"></span>
!       <input type="submit" name="btncancel" value="{lang_cancel}">
      </p>
  </form>
--- 13,102 ----
          </fieldset>
      </div>
!     <div id="pe_namepass" class="jsenabled_show">
          <fieldset style="margin-top:10px;"><legend>{lang_name_legend}</legend>
!             <table class="inputTable">
!                 {username_option}
!                 <tr>
!                     <td style="width:150px;"><label for="fullname">{lang_fullname}:</label></td>
!                     <td><input type="text" id="fullname" name="fullname" size="60" maxlength="80" value="{fullname_value}"{xhtml}></td>
!                 </tr>
              </table>
          </fieldset>
          <fieldset style="margin-top:10px;"><legend>{lang_password_email_legend}</legend>
!             <div class="notes">
!                 <h4>{lang_password_help_title}</h4>
!                 <p class="last">
!                     {lang_password_help}<br{xhtml}><br{xhtml}>
!                     <span class="warningsmall">{lang_enter_current_password}</span>  
!                 </p>
!             </div>
!             <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>
!                 <tr>
!                     <td><label for="passwd_conf">{lang_password_conf}:</label></td>
!                     <td><input type="password" id="passwd_conf" name="passwd_conf" size="32" maxlength="32" value="{password_value}"{xhtml}></td>
!                  </tr>
!                 <tr>
!                     <td><label for="cooktime">{lang_cooktime}:</label></td>
!                     <td>{cooktime_selector}</td>
                  </tr>
                  <tr>
!                     <td><label for="email">{lang_email}:</label></td>
!                     <td><input type="text" id="email" name="email" size="50" maxlength="96" value="{email_value}"{xhtml}></td>
                  </tr>
                  <tr>
!                     <td><label for="email_conf">{lang_email_conf}:</label></td>
!                     <td><input type="text" id="email_conf" name="email_conf" size="50" maxlength="96" value="{email_value}"{xhtml}></td>
!                 </tr>
!                 <tr>
!                     <td><label for="old_passwd" class="warningsmall">{lang_old_password}:</label></td>
!                     <td><input type="password" id="old_passwd" name="old_passwd" size="32" maxlength="32" value=""{xhtml}></td>
                  </tr>
              </table>
              {delete_account_option}
!         </fieldset>
      </div>
      <div id="pe_userinfo" class="jsenabled_hide">
          <fieldset style="margin-top:10px;"><legend>{lang_personal_info_legend}</legend>
!             <div class="notes">
!                 <h4>{lang_userinfo_help_title}</h4>
!                 {lang_userinfo_help}
!             </div>
!             <table class="inputTable">
!                 <tr>
!                     <td style="width:100px;"><label for="homepage">{lang_homepage}:</label></td>
!                     <td><input type="text" id="homepage" name="homepage" size="55" maxlength="128" value="{homepage_value}"{xhtml}></td>
!                 </tr>
!                 <tr>
!                     <td style="width:100px;"><label for="location">{lang_location}:</label></td>
!                     <td><input type="text" id="location" name="location" size="55" maxlength="96" value="{location_value}"{xhtml}></td>
!                 </tr>
!                 {userphoto_option}
!                 <tr>
!                     <td style="width:100px;"><label for="sig">{lang_signature}:</label></td>
!                     <td><textarea id="sig" name="sig" style="width:100%" cols="20" rows="4">{signature_value}</textarea></td>
!                 </tr>
!                 <tr>
!                     <td style="width:100px;"><label for="about">{lang_about}:</label></td>
!                     <td><textarea id="about" name="about" style="width:100%" cols="20" rows="4">{about_value}</textarea></td>
!                 </tr>
!                 <tr>
!                     <td style="width:100px;"><label for="pgpkey">{lang_pgpkey}:</label></td>
!                     <td><textarea id="pgpkey" name="pgpkey" style="width:100%" cols="20" rows="4">{pgpkey_value}</textarea></td>
!                 </tr>
              </table>
!         </fieldset>
      </div>
+ 
      {prefs}
      <p class="aligncenter" id="save_button">
!         <input type="hidden" name="uid" value="{uid_value}"{xhtml}>
!         <input type="hidden" name="mode" value="saveuser"{xhtml}>
!         <input type="hidden" name="username" value="{username_value}"{xhtml}>
!         <span style="padding-right:50px;"><input type="submit" name="btnsubmit" value="{lang_submit}"{xhtml}></span>
!         <input type="submit" name="btncancel" value="{lang_cancel}"{xhtml}>
      </p>
  </form>
***************
*** 101,105 ****
  <!-- JS Functions which will execute only if JS enabled will un-hide the special features that enhance the profile editor -->
  <script type="text/JavaScript">
!     <!-- Initially the navbar is hidden - in case JS is disabled. Enable it now -->
      document.getElementById('pe_navbar').style.display='';
  
--- 104,109 ----
  <!-- JS Functions which will execute only if JS enabled will un-hide the special features that enhance the profile editor -->
  <script type="text/JavaScript">
! //<![CDATA[
!     /* Initially the navbar is hidden - in case JS is disabled. Enable it now */
      document.getElementById('pe_navbar').style.display='';
  
***************
*** 122,125 ****
          }
      }
! 
  </script>
--- 126,129 ----
          }
      }
! //]]>
  </script>

Index: displayblock.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/displayblock.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** displayblock.thtml	10 Jun 2007 13:47:10 -0000	1.6
--- displayblock.thtml	25 Nov 2007 06:59:33 -0000	1.7
***************
*** 1,3 ****
!     <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>
--- 1,3 ----
!     <fieldset style="margin-top:10px;"><legend>{lang_misc_title}</legend>
          <div class="notes" style="width:250px;">
          <h4>{lang_misc_help_title}</h4>
***************
*** 10,32 ****
              {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>
              <tr>
!                 <td width="100px"><label for="noboxes">{lang_noboxes}:</label></td>
!                 <td><input type="checkbox" id="noboxes" name="noboxes" {noboxes_checked}></td>
              </tr>
              <tr>
!                 <td width="100px"><label for="maxstories">{lang_maxstories}:</label></td>
!                 <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>
              <tr>
!                 <td width="100px"><label>{lang_dateformat}:</label></td>
                  <td>{dateformat_selector}</td>
              </tr>
--- 10,32 ----
              {theme_selection}
              <tr>
!                 <td style="width:120px;"><label for="noicons">{lang_noicons}:</label></td>
!                 <td><input type="checkbox" id="noicons" name="noicons" {noicons_checked}{xhtml}></td>
              </tr>
              <tr>
!                 <td style="width:100px;"><label for="noboxes">{lang_noboxes}:</label></td>
!                 <td><input type="checkbox" id="noboxes" name="noboxes" {noboxes_checked}{xhtml}></td>
              </tr>
              <tr>
!                 <td style="width:100px;"><label for="maxstories">{lang_maxstories}:</label></td>
!                 <td><input type="text" size="3" maxlength="3" id="maxstories" name="maxstories" value="{maxstories_value}"{xhtml}></td>
              </tr>
!         </table>
!         <table class="inputTable">
              <tr>
!                 <td style="width:120px;"><label for="tzid">{lang_timezone}:</label></td>
                  <td>{timezone_selector}</td>
              </tr>
              <tr>
!                 <td style="width:100px;"><label for="dfid">{lang_dateformat}:</label></td>
                  <td>{dateformat_selector}</td>
              </tr>

Index: deleteaccount.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/deleteaccount.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** deleteaccount.thtml	15 Oct 2006 08:26:09 -0000	1.4
--- deleteaccount.thtml	25 Nov 2007 06:59:33 -0000	1.5
***************
*** 8,14 ****
                  <td width="150px"><label for="old_passwd" class="warningsmall">{lang_deleteoption}:</label></td>
                  <td>
!                       <input type="submit" name="btnsubmit" value="{lang_button_delete}">
!                       <input type="hidden" name="mode" value="{delete_mode}">
!                       <input type="hidden" name="account_id" value="{account_id}">
                  </td>
              </tr>
--- 8,14 ----
                  <td width="150px"><label for="old_passwd" class="warningsmall">{lang_deleteoption}:</label></td>
                  <td>
!                       <input type="submit" name="btnsubmit" value="{lang_button_delete}"{xhtml}>
!                       <input type="hidden" name="mode" value="{delete_mode}"{xhtml}>
!                       <input type="hidden" name="account_id" value="{account_id}"{xhtml}>
                  </td>
              </tr>

Index: userphoto.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/userphoto.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** userphoto.thtml	28 Jul 2006 04:09:12 -0000	1.4
--- userphoto.thtml	25 Nov 2007 06:59:34 -0000	1.5
***************
*** 1,4 ****
             <tr>
!                 <td width="100px"><label for="photo">{lang_userphoto}:</label></td>
!                 <td><input type="file" id="photo" name="photo" size="30"><br>{display_photo}</td>
             </tr>
--- 1,4 ----
             <tr>
!                 <td style="width:100px;"><label for="photo">{lang_userphoto}:</label></td>
!                 <td><input type="file" id="photo" name="photo" size="30"{xhtml}><br{xhtml}>{display_photo}</td>
             </tr>

Index: excludeblock.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/excludeblock.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** excludeblock.thtml	10 Jun 2007 13:47:10 -0000	1.6
--- excludeblock.thtml	25 Nov 2007 06:59:33 -0000	1.7
***************
*** 7,13 ****
      <table>
          <tr>
!             <td style="vertical-align:top;padding-right:45px"><b>{lang_topics}</b><br>
              {exclude_topic_checklist}</td>
!             <td style="vertical-align:top;"><b>{lang_authors}</b><br>
              {exclude_author_checklist}</td>
          </tr>
--- 7,13 ----
      <table>
          <tr>
!             <td style="vertical-align:top;padding-right:45px"><b>{lang_topics}</b><br{xhtml}>
              {exclude_topic_checklist}</td>
!             <td style="vertical-align:top;"><b>{lang_authors}</b><br{xhtml}>
              {exclude_author_checklist}</td>
          </tr>

Index: commentblock.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/commentblock.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** commentblock.thtml	10 Jun 2007 13:47:10 -0000	1.5
--- commentblock.thtml	25 Nov 2007 06:59:33 -0000	1.6
***************
*** 1,4 ****
  <fieldset style="margin-top:10px;"><legend>{lang_comment_title}</legend>
!       <div class="notes" style="width:250px;">
          <h4>{lang_comment_help_title}</h4>
          <ul>
--- 1,4 ----
  <fieldset style="margin-top:10px;"><legend>{lang_comment_title}</legend>
!     <div class="notes" style="width:250px;">
          <h4>{lang_comment_help_title}</h4>
          <ul>
***************
*** 7,22 ****
      </div>
      <table class="inputTable">
!       <tr>
!         <td width="120"><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>
--- 7,22 ----
      </div>
      <table class="inputTable">
!         <tr>
!             <td width="120"><label for="commentmode">{lang_displaymode}:</label></td>
!             <td>{displaymode_selector}</td>
!         </tr>
!         <tr>
!             <td><label for="commentorder">{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}"{xhtml}></td>
!         </tr>
      </table>
  </fieldset>

Index: username.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/username.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** username.thtml	28 Jul 2006 04:09:12 -0000	1.4
--- username.thtml	25 Nov 2007 06:59:34 -0000	1.5
***************
*** 1,4 ****
!    <tr>
!        <td><label for="new_username">{lang_username}:</label></td>
!        <td><input type="text" id="new_username" name="new_username" size="16" maxlength="16" value="{new_username_value}"></td>
      </tr>
--- 1,4 ----
!     <tr>
!         <td><label for="new_username">{lang_username}:</label></td>
!         <td><input type="text" id="new_username" name="new_username" size="16" maxlength="16" value="{new_username_value}"{xhtml}></td>
      </tr>

Index: theme.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/preferences/theme.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** theme.thtml	28 Jul 2006 04:09:12 -0000	1.2
--- theme.thtml	25 Nov 2007 06:59:34 -0000	1.3
***************
*** 1,4 ****
     <tr>
!         <td width="100px"><label>{lang_theme}:</label></td>
          <td>{theme_selector}</td>
     </tr>
--- 1,4 ----
     <tr>
!         <td style="width:100px;"><label for="theme">{lang_theme}:</label></td>
          <td>{theme_selector}</td>
     </tr>




More information about the geeklog-cvs mailing list