Changeset 1654

Show
Ignore:
Timestamp:
01/25/2007 01:24:40 AM (2 years ago)
Author:
wei
Message:

Fixed some typo bugs.

Location:
trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/demos/quickstart/protected/pages/Database/SqlMap.page

    r1650 r1654  
    259259    <li>Fowler et. al. <i>Patterns of Enterprise Application Architecture</i>, 
    260260    Addison Wesley, 2002.</li> 
    261     <li>xxxx. <i>iBatis Data Mapper</i>,  
    262     <a href="http://www.apache.org/ibatis">http://www.apache.org/ibatis</a>.</li> 
     261    <li>iBatis Team. <i>iBatis Data Mapper</i>,  
     262    <a href="http://ibatis.apache.org">http://ibatis.apache.org</a>.</li> 
    263263</ul> 
    264264 
  • trunk/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page

    r1650 r1654  
    300300        <h1 id="16006">Improve User Experience With Active Controls</h1> 
    301301        <p id="80073" class="block-content">In this simple application we may further improve the user experience 
    302                 by decreasing the responsiveness of the application. One way to achieve 
     302                by increasing the responsiveness of the application. One way to achieve 
    303303                a faster response is calculate and present the results without reloading 
    304304                the whole page. 
  • trunk/demos/quickstart/themes/PradoSoft/style.css

    r1651 r1654  
    11html 
    22{ 
    3                 background-image: url('mantisbg.jpg'); 
     3        background-image: url('mantisbg.jpg'); 
    44        background-repeat: no-repeat; 
    55        background-position: top right; 
    6  
     6        background-color: white; 
    77} 
    88