Ticket #1475: extcode-1475_1.patch

File extcode-1475_1.patch, 1.2 kB (added by TimothyClemans, 4 months ago)
  • a/notebook/templates/account_settings.html

    old new  
    1616    <option{{ selected }}>{{ i }}</option> 
    1717{% endfor %} 
    1818            </select></div></div> 
     19        <div class="section"> 
     20      <h2>Set Typesetting</h2> 
     21      <div id="passwd"> 
     22        Output is typesetted: <input type="checkbox" name="pretty_print"{% if pretty_print %}checked{% endif %} /> 
     23      </div> 
     24    </div> 
    1925    <div class="section"> 
    2026      <h2>Change Password</h2> 
    2127      <div id="passwd"> 
     
    3945        {% endif %} 
    4046    <div id="buttons"> 
    4147    <input type="submit" value="Save"> 
    42     <input type="button" value="Cancel" style="margin-left:5px" onClick="parent.location=\'/home/{{ username }}\'">    
     48    <input type="button" value="Cancel" style="margin-left:5px" onClick="parent.location='/home/{{ username }}'">    
    4349    </div> 
    4450  </form> 
    4551{% endblock %}