Changeset 291

Show
Ignore:
Timestamp:
11/30/03 04:36:32 (5 years ago)
Author:
earle
Message:

Changed to display "Omit help links" instead of "Omit text formatting rules".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/preferences.tt

    r288 r291  
    5252    </p> 
    5353 
    54     [% IF formatting_rules_node %] 
    55       <p> 
    56       [% IF omit_formatting_link %] 
    57         <input type="checkbox" name="omit_formatting_link" value="1" checked /> 
    58       [% ELSE %] 
    59         <input type="checkbox" name="omit_formatting_link" value="1" /> 
    60       [% END %] 
    61       Omit &#8220;[% formatting_rules_node %]&#8221; link from navbar. 
    62       </p> 
     54    <p> 
     55    [% IF omit_help_links %] 
     56      <input type="checkbox" name="omit_help_links" value="1" checked /> 
     57    [% ELSE %] 
     58      <input type="checkbox" name="omit_help_links" value="1" /> 
    6359    [% END %] 
     60    Omit help links from navbar. 
     61    </p> 
    6462 
    6563    <p> 
     
    8078  <h1>Username/preferences saved</h1> 
    8179 
    82   <p>Username set to &#8220;[% username %]&#8221;</p> 
     80  <p>Username set to &#8220;[% username %]&#8221;.</p> 
    8381 
    8482  <p>Preview area shown 
     
    9290  <p>&#8220;Look for nearby geocaches&#8221; link 
    9391    [% UNLESS include_geocache_link %] not [% END %] 
    94   included in navbar</p> 
     92  included in navbar.</p> 
    9593 
    9694  <p>Latitude and longitude displayed as 
     
    102100  </p> 
    103101 
    104   [% IF formatting_rules_node %] 
    105     <p>&#8220;[% formatting_rules_node %]&#8221; link 
    106       [% IF omit_formatting_link %] not [% END %] 
    107     included in navbar</p> 
    108   [% END %] 
     102  <p>Help links will 
     103    [% IF omit_help_links %] not [% END %] 
     104    be included in navbar. 
     105  </p> 
    109106 
    110107  <p>Minor edits 
     
    112109  included in Recent Changes.</p> 
    113110 
    114   <p><a href="[% full_cgi_url %]">Return to the Guide</a></p> 
     111<ul> 
     112  <li><a href="[% full_cgi_url %]">Return to [% site_name %]</a></li> 
     113  <li><a href="preferences.cgi">Change preferences</a></li> 
     114</ul> 
    115115 
    116116[% END %]