<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title><![CDATA[Socialtext Documentation: Change Setting]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?change_setting</link>
<description></description>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[Change Setting]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?change_setting</link>
<description><![CDATA[<div class="wiki">
<p>
Home: <a href="http://www.perlfoundation.org/help-en/index.cgi?socialtext_style_customization_guide" title="(69 months) Socialtext enables you to create a custom stylesheet to customize the appearance of your workspace. ...">Socialtext Style Customization Guide</a><br />
Up: <a href="http://www.perlfoundation.org/help-en/index.cgi?styling_the_settings" title="(69 months) Home [Socialtext Style Customization Guide] Previous [Weblog Archives] Next [Settings Selector]  Set...">Styling The Settings</a><br />
Previous: <a href="http://www.perlfoundation.org/help-en/index.cgi?settings_selector" title="(69 months) Home [Socialtext Style Customization Guide] Up [Styling The Settings] Previous [Styling The Settings...">Settings Selector</a><br />
Next: <a href="http://www.perlfoundation.org/help-en/index.cgi?styling_the_popup_windows" title="(69 months) Home [Socialtext Style Customization Guide] Previous [All Files List View] Next [Duplicate Page]  im...">Styling the Popup Windows</a></p>
<hr />
<blockquote>
<span class="nlw_phrase"><img alt="change-setting.jpg" src="http://www.perlfoundation.org/help-en/index.cgi/change-setting.jpg?action=attachments_download;page_name=change_setting;id=20070804014328-1-6588" /><!-- wiki: {image: change-=setting.jpg} --></span></blockquote>
<br /><h4 id="html_snippet">HTML Snippet</h4>
<p>
While the forms for each of the setting options are different, they all share the same styles.</p>
<pre>
&lt;td id=&quot;st-settings-section&quot;&gt;
  &lt;form method=&quot;post&quot; action=&quot;index.cgi&quot; enctype=&quot;application/x-www-form-urlencoded&quot;&gt;
    &lt;div id=&quot;st-settings-save&quot;&gt;
      &lt;input type=&quot;submit&quot; name=&quot;Button&quot; value=&quot;Save&quot;  class=&quot;standard-button-submit&quot; /&gt;
      &lt;input type=&quot;reset&quot; name=&quot;Button&quot; value=&quot;Cancel&quot;  class=&quot;standard-button-cancel&quot; /&gt;
      &lt;div class=&quot;message&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;users_settings&quot; /&gt;
    &lt;input type=&quot;hidden&quot; name=&quot;preferences_class_id&quot; value=&quot;&quot; /&gt;
    &lt;table id=&quot;&quot;&gt;
      &lt;tr&gt;
        &lt;td colspan=&quot;4&quot;&gt;&lt;strong&gt;Name&lt;/strong&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td width=&quot;30%&quot; class=&quot;none&quot; align=&quot;right&quot;&gt;Email:&lt;/td&gt;
        &lt;td width=&quot;64%&quot; class=&quot;none&quot;&gt;
          &lt;strong&gt;brandon.noard@socialtext.com&lt;/strong&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td width=&quot;30%&quot; class=&quot;none&quot; align=&quot;right&quot;&gt;First Name:&lt;/td&gt;
        &lt;td width=&quot;64%&quot; class=&quot;none&quot;&gt;
          &lt;input type=&quot;text&quot; name=&quot;first_name&quot; size=&quot;30&quot; value=&quot;Brandon&quot; /&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td width=&quot;30%&quot; class=&quot;none&quot; align=&quot;right&quot;&gt;Last Name:&lt;/td&gt;
        &lt;td width=&quot;64%&quot; class=&quot;none&quot;&gt;
          &lt;input type=&quot;text&quot; name=&quot;last_name&quot; size=&quot;30&quot; value=&quot;Noard&quot; /&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td colspan=&quot;4&quot;&gt;&amp;nbsp;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td colspan=&quot;4&quot;&gt;
          &lt;strong&gt;Change Password&lt;/strong&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td colspan=&quot;3&quot;&gt;
          New passwords must be at least 6 characters long. A dialog box will pop
          up after your password is changed. Use your email address and new
          password to log in again.
        &lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td width=&quot;30%&quot; class=&quot;none&quot; align=&quot;right&quot;&gt;Current password:&lt;/td&gt;
        &lt;td width=&quot;64%&quot; class=&quot;none&quot;&gt;
          &lt;input type=&quot;password&quot; name=&quot;old_password&quot; size=&quot;30&quot; value=&quot;&quot;maxlength=&quot;30&quot; /&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td width=&quot;30%&quot; class=&quot;none&quot; align=&quot;right&quot;&gt;New password:&lt;/td&gt;
        &lt;td width=&quot;64%&quot; class=&quot;none&quot;&gt;
          &lt;input type=&quot;password&quot; name=&quot;new_password&quot; size=&quot;30&quot; value=&quot;&quot;maxlength=&quot;30&quot; /&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td width=&quot;30%&quot; class=&quot;none&quot; align=&quot;right&quot;&gt;Type new password again:&lt;/td&gt;
        &lt;td width=&quot;64%&quot; class=&quot;none&quot;&gt;
          &lt;input type=&quot;password&quot; name=&quot;new_password_retype&quot; size=&quot;30&quot; value=&quot;&quot;maxlength=&quot;30&quot; /&gt;
        &lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;
  &lt;/form&gt;
&lt;/td&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
#st-settings-section
#st-settings-save
input.standard-button-submit
input.standard-button-cancel
#st-settings-section tr
#st-settings-section td
#st-settings-section td strong
div.message
td.none
</pre>
</div>
]]></description>
<author>ken.pier@hidden</author>
<guid isPermaLink="true">http://www.perlfoundation.org/help-en/index.cgi?change_setting</guid>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
</item>

</channel>
</rss>