Ignore:
Timestamp:
May 22, 2006 5:29:19 AM (18 years ago)
Author:
scdev
Message:

Q - Added "sc-" to all css class selectors; Finished reworking Upload and ImageThumb? (now with GD support!); More PHP 5 upgrades.

File:
1 edited

Legend:

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

    r108 r121  
    1616<!-- HTML form for captcha -->
    1717<label for="sc-captcha"><?php echo _("Reverse Turing Test") ?></label>
    18 <p class="help"><?php echo _("Please type the following number to prove you are a human. This is a measure to prevent spam robots from submitting this form.") ?></p>
     18<p class="sc-help"><?php echo _("Please type the following number to prove you are a human. This is a measure to prevent spam robots from submitting this form.") ?></p>
    1919<pre style="font-size: 0.5em;"><?php $captcha->printAsciiNumber() ?></pre>
    2020<?php $captcha->printForm() ?>
Note: See TracChangeset for help on using the changeset viewer.