Project

General

Profile

« Previous | Next » 

Revision 1898

Added by Dietmar about 11 years ago

  1. bugfix missing trailing backtick in output_filter/input.php
  2. bugfix wrong backticks in 'admin/media/upload.php
  3. bugfix add missing language variable in account
    ! update form module, add class frm-fieldset to fieldset, restyle error box
    ! update captcha iframe attribute settings

View differences:

signup_form.php
4 4
 * @category        frontend
5 5
 * @package         account
6 6
 * @author          Ryan Djurovich, WebsiteBaker Project
7
 * @copyright       2009-2012, WebsiteBaker Org. e.V.
8
 * @link			http://www.websitebaker2.org/
7
 * @copyright       2009-2013, WebsiteBaker Org. e.V.
8
 * @link            http://www.websitebaker.org/
9 9
 * @license         http://www.gnu.org/licenses/gpl.html
10 10
 * @platform        WebsiteBaker 2.8.x
11 11
 * @requirements    PHP 5.2.2 and higher
12 12
 * @version         $Id$
13
 * @filesource		$HeadURL$
13
 * @filesource      $HeadURL$
14 14
 * @lastmodified    $Date$
15 15
 *
16 16
 */
......
102 102

  
103 103
// login label vars
104 104
	$oTpl->set_var(array(
105
		'TEXT_INFO' => $SFS_TEXT['INFO'],
105
		'TEXT_INFO' => $TEXT['INFO'],
106 106
		'TEXT_USERNAME' => $TEXT['USERNAME'],
107 107
		'TEXT_DISPLAY_NAME' => $TEXT['DISPLAY_NAME'],
108 108
		'TEXT_EMAIL' => $TEXT['EMAIL'],

Also available in: Unified diff