mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-04 07:03:41 +02:00
Upgrade CakePHP from 2.2.5 to 2.9.5
This commit is contained in:
parent
5a580df460
commit
235a541597
793 changed files with 60746 additions and 23753 deletions
7
lib/Cake/View/Elements/Flash/default.ctp
Normal file
7
lib/Cake/View/Elements/Flash/default.ctp
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$class = 'message';
|
||||
if (!empty($params['class'])) {
|
||||
$class .= ' ' . $params['class'];
|
||||
}
|
||||
?>
|
||||
<div id="<?php echo h($key) ?>Message" class="<?php echo h($class) ?>"><?php echo h($message) ?></div>
|
1
lib/Cake/View/Elements/Flash/error.ctp
Normal file
1
lib/Cake/View/Elements/Flash/error.ctp
Normal file
|
@ -0,0 +1 @@
|
|||
<div id="<?php echo h($key) ?>Message" class="message error"><?php echo h($message) ?></div>
|
1
lib/Cake/View/Elements/Flash/success.ctp
Normal file
1
lib/Cake/View/Elements/Flash/success.ctp
Normal file
|
@ -0,0 +1 @@
|
|||
<div id="<?php echo h($key) ?>Message" class="message success"><?php echo h($message) ?></div>
|
Loading…
Add table
Add a link
Reference in a new issue