@@ -62,6 +62,6 @@ |
||
| 62 | 62 | ) |
| 63 | 63 | ) |
| 64 | 64 | ) |
| 65 | - ); |
|
| 65 | + ); |
|
| 66 | 66 | } |
| 67 | 67 | } |
@@ -98,9 +98,9 @@ |
||
| 98 | 98 | ); |
| 99 | 99 | |
| 100 | 100 | $this->setCount(0) |
| 101 | - ->setAllowRemove(true) |
|
| 102 | - ->setAllowAdd(true) |
|
| 103 | - ->setShouldCreateTemplate(true); |
|
| 101 | + ->setAllowRemove(true) |
|
| 102 | + ->setAllowAdd(true) |
|
| 103 | + ->setShouldCreateTemplate(true); |
|
| 104 | 104 | |
| 105 | 105 | |
| 106 | 106 | } |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | $response->getHeaders()->addHeaderline('Content-Type', $file->type) |
| 35 | - ->addHeaderline('Content-Length', $file->size); |
|
| 35 | + ->addHeaderline('Content-Length', $file->size); |
|
| 36 | 36 | $response->sendHeaders(); |
| 37 | 37 | |
| 38 | 38 | $resource = $file->getResource(); |
@@ -24,19 +24,19 @@ |
||
| 24 | 24 | public function init() |
| 25 | 25 | { |
| 26 | 26 | $this->add( |
| 27 | - array( |
|
| 28 | - 'type' => 'Core/Spinner-Submit', |
|
| 29 | - 'name' => 'calculate', |
|
| 30 | - 'options' => array( |
|
| 31 | - 'label' => /*@translate*/ 'Calculate price', |
|
| 32 | - ), |
|
| 33 | - 'attributes' => array( |
|
| 34 | - 'id' => 'calculate', |
|
| 35 | - 'type' => 'button', |
|
| 36 | - 'value' => 'calculate', |
|
| 37 | - 'class' => 'mps-calculate btn btn-success btn-xs' |
|
| 38 | - ), |
|
| 39 | - ) |
|
| 27 | + array( |
|
| 28 | + 'type' => 'Core/Spinner-Submit', |
|
| 29 | + 'name' => 'calculate', |
|
| 30 | + 'options' => array( |
|
| 31 | + 'label' => /*@translate*/ 'Calculate price', |
|
| 32 | + ), |
|
| 33 | + 'attributes' => array( |
|
| 34 | + 'id' => 'calculate', |
|
| 35 | + 'type' => 'button', |
|
| 36 | + 'value' => 'calculate', |
|
| 37 | + 'class' => 'mps-calculate btn btn-success btn-xs' |
|
| 38 | + ), |
|
| 39 | + ) |
|
| 40 | 40 | ); |
| 41 | 41 | |
| 42 | 42 | parent::init(); |
@@ -203,7 +203,7 @@ discard block |
||
| 203 | 203 | 'route/lang/my-password' |
| 204 | 204 | ), |
| 205 | 205 | 'deny' => array( |
| 206 | - // 'route/lang/auth', |
|
| 206 | + // 'route/lang/auth', |
|
| 207 | 207 | 'route/auth-provider', |
| 208 | 208 | 'route/auth-extern', |
| 209 | 209 | 'route/lang/forgot-password', |
@@ -279,7 +279,7 @@ discard block |
||
| 279 | 279 | 'factories' => array( |
| 280 | 280 | 'auth' => '\Auth\Factory\View\Helper\AuthFactory', |
| 281 | 281 | 'acl' => '\Acl\Factory\View\Helper\AclFactory', |
| 282 | - ), |
|
| 282 | + ), |
|
| 283 | 283 | ), |
| 284 | 284 | |
| 285 | 285 | 'form_elements' => array( |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * |
| 18 | - |
|
| 19 | 18 | */ |
| 20 | 19 | interface FileInterface extends |
| 21 | 20 | IdentifiableEntityInterface, |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | public function init() |
| 35 | 35 | { |
| 36 | 36 | $this->setHydrator(new \Core\Entity\Hydrator\EntityHydrator()) |
| 37 | - ->setName('base'); |
|
| 37 | + ->setName('base'); |
|
| 38 | 38 | |
| 39 | 39 | $this->add( |
| 40 | 40 | array( |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | || array_key_exists('user', $config['acl']['roles']) |
| 40 | 40 | ? array(User::ROLE_USER) |
| 41 | 41 | : array('none') |
| 42 | - ); |
|
| 42 | + ); |
|
| 43 | 43 | |
| 44 | 44 | $valueOptions = array(); |
| 45 | 45 | foreach ($publicRoles as $role) { |
@@ -60,4 +60,4 @@ |
||
| 60 | 60 | ], |
| 61 | 61 | ], |
| 62 | 62 | ]; |
| 63 | - |
|
| 64 | 63 | \ No newline at end of file |
| 64 | + |
|
| 65 | 65 | \ No newline at end of file |