diff --git a/Core/Libs/Console/Templates/infinitas/views/index.ctp b/Core/Libs/Console/Templates/infinitas/views/index.ctp index 8742f8d65..cae78ea3e 100755 --- a/Core/Libs/Console/Templates/infinitas/views/index.ctp +++ b/Core/Libs/Console/Templates/infinitas/views/index.ctp @@ -81,19 +81,20 @@ */ COMMENT; - echo "echo \$this->Form->create(null, array('action' => 'mass'));\n\n". - "\$massActions = \$this->Infinitas->massActionButtons(\n". - "\tarray(\n". - "\t\t'add',\n". - "\t\t'edit',\n". - "\t\t'toggle',\n". - "\t\t'copy',\n". - "\t\t'delete',\n\n". - "\t\t// other methods available\n". - "\t\t// 'unlock',\n". - "\t)\n". - ");\n\n". - "echo \$this->Infinitas->adminIndexHead(\$filterOptions, \$massActions);\n". + echo "echo \$this->Form->create(null, array('action' => 'mass'));\n\n" . + "\$massActions = \$this->Infinitas->massActionButtons(\n" . + "\tarray(\n" . + "\t\t'add',\n" . + "\t\t'edit',\n" . + "\t\t'toggle',\n" . + "\t\t'copy',\n" . + "\t\t'delete',\n\n" . + "\t\t// other methods available\n" . + "\t\t// 'unlock',\n" . + "\t)\n" . + ");\n\n" . + "echo \$this->Infinitas->adminIndexHead(\$filterOptions, \$massActions);\n" . + "echo \$this->Filter->alphabetFilter();\n" . "?>\n"; ?>