Changes between Version 10 and Version 11 of jazz/08-02-22


Ignore:
Timestamp:
Feb 21, 2008, 7:41:24 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-02-22

    v10 v11  
    8282$ python setup.py bdist_egg
    8383}}}
     84 * [備忘] 目前加入 accesskey 修改的地方
     85   * !TracAccountManager-0.10/acct_mgr/templates/login.cs
     86{{{
     87$ svn co http://trac-hacks.org/svn/accountmanagerplugin/0.10 TracAccountManager-0.10
     88}}}
     89{{{
     90#!diff
     91===
     92--- acct_mgr/templates/login.cs.org     2008-02-21 19:33:34.000000000 +0800
     93+++ acct_mgr/templates/login.cs 2008-02-21 19:32:59.000000000 +0800
     94@@ -24,7 +24,7 @@
     95    <label for="password">Password:</label>
     96    <input type="password" id="password" name="password" class="textwidget" size="20" />
     97   </div>
     98-  <input type="submit" value="Login"/>
     99+  <input type="submit" value="Login(i)" accesskey="i"/>
     100
     101   <?cs if trac.href.reset_password ?>
     102   <p><a href="<?cs var:trac.href.reset_password ?>">Forgot your password?</a></p>
     103}}}
     104   *