Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Locale/jpn/LC_MESSAGES/net_commons.po
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,12 @@ msgstr "いいえ"
msgid "Display the number of each page"
msgstr "1ページ毎の表示件数"

msgid "Created:"
msgstr "作成:"

msgid "Modified:"
msgstr "更新:"


#
#: 承認の文言
Expand Down
2 changes: 1 addition & 1 deletion View/Helper/NetCommonsFormHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public function input($fieldName, $options = array()) {

//Form->input
$input = '';
if ($error) {
if ($error && Hash::get($inputOptions, 'error') !== false) {
$input .= '<div class="has-error">';
$input .= $this->_input($fieldName, $inputOptions);
$input .= '</div>';
Expand Down