diff --git a/tools/module_creator/module_creator_php_template.txt b/tools/module_creator/module_creator_php_template.txt index 0dca1140..79927c27 100644 --- a/tools/module_creator/module_creator_php_template.txt +++ b/tools/module_creator/module_creator_php_template.txt @@ -33,6 +33,9 @@ class PLACEHOLDER_MODULECLASSNAME { $heading = array('','',PLACEHOLDER_COLUMNS, 'Menü'); $width = array('1%','1%','10%'); // Fill out manually later + // columns that are aligned right (numbers etc) + // $alignright = array(4,5,6,7,8); + $findcols = array(PLACEHOLDER_SQL_COLUMNS); $searchsql = array(PLACEHOLDER_SQL_COLUMNS);