Ignore:
Timestamp:
Jun 21, 2006 6:25:56 AM (18 years ago)
Author:
scdev
Message:

Q - added some sc-small classes to form inputs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/SpellCheck.inc.php

    r146 r176  
    356356                ?>
    357357                </select>
    358                 <input type="text" name="spelling_corrections[<?php echo $form_name ?>][<?php echo $i ?>]" value="<?php echo $original_word ?>" size="20" />
     358                <input type="text" name="spelling_corrections[<?php echo $form_name ?>][<?php echo $i ?>]" value="<?php echo $original_word ?>" class="sc-small" />
    359359                <?php if ($this->_use_personal_wordlist) { ?>
    360360                <input name="save_to_personal_wordlist[]" type="checkbox" value="<?php echo $i ?>" /><?php echo _("Learn spelling") ?>
Note: See TracChangeset for help on using the changeset viewer.