Project

General

Profile

« Previous | Next » 

Revision 1883

Added by Dietmar over 11 years ago

! groups change languages class to translate class
! prepare upgrade-script for WB Version 2.8.4 (versioncompare)
! update Form modul to version 2.9.1

View differences:

add.php
24 24
}
25 25
/* -------------------------------------------------------- */
26 26

  
27
// load module language file
28
//$lang = (dirname(__FILE__)) . '/languages/' . LANGUAGE . '.php';
29
//require_once(!file_exists($lang) ? (dirname(__FILE__)) . '/languages/EN.php' : $lang );
30

  
31 27
// ------------------------------------
32 28
$table_name = TABLE_PREFIX.'mod_form_settings';
33 29
$field_name = 'perpage_submissions';
......
38 34
// ------------------------------------
39 35

  
40 36
// Insert an extra rows into the database
41
$header = '<table class="frm-field_table" cellpadding=\"2\" cellspacing=\"0\" border=\"0\" summary=\"form\">';
37
$header = '<table class="frm-field_table">';
42 38
$field_loop = '<tr>'.PHP_EOL.'<td class=\"frm-field_title\">{TITLE}{REQUIRED}:</td>'.PHP_EOL.'<td>{FIELD}</td>'.PHP_EOL.'</tr>';
43 39
$footer = '<tr>'.PHP_EOL.'<td>&nbsp;</td>'.PHP_EOL.'
44 40
<td>'.PHP_EOL.'

Also available in: Unified diff