Ignore:
Timestamp:
03/29/10 15:37:29 (2 years ago)
Author:
bogdan2412
Message:

Updated with changes from live.

  • Updated SMF to 1.1.11
  • Added Summify to site and forum
  • Small change to job detail view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/smf/Themes/default/Admin.template.php

    r1017 r1121  
    891891                                <td valign="top"> 
    892892                                        <input type="checkbox" name="enableSpellChecking" id="enableSpellChecking_check"', empty($modSettings['enableSpellChecking']) ? '' : ' checked="checked"', ' class="check" /> 
    893                                 </td> 
    894  
    895                         </tr><tr class="windowbg2"> 
    896                                 <th width="50%" align="right"> 
    897                                         <label for="visual_verification_guest_post_check">', $txt['visual_verification_guest_post'], '</label>: 
    898                                 </th> 
    899                                 <td valign="top"> 
    900                                         <input type="checkbox" name="visual_verification_guest_post" id="visual_verification_guest_post_check"', empty($modSettings['visual_verification_guest_post']) ? '' : ' checked="checked"', ' class="check" /> 
    901893                                </td> 
    902894                        </tr><tr class="windowbg2"> 
Note: See TracChangeset for help on using the changeset viewer.