OSDN Git Service

一部カラムの入力モードをinactive指定
authorCake <cake_67@users.sourceforge.jp>
Wed, 10 Nov 2010 05:37:34 +0000 (14:37 +0900)
committerCake <cake_67@users.sourceforge.jp>
Wed, 10 Nov 2010 05:37:34 +0000 (14:37 +0900)
14 files changed:
app/views/character_sheets/admin_add.ctp
app/views/character_sheets/admin_view.ctp
app/views/profile_selects/admin_add.ctp
app/views/profile_selects/admin_edit.ctp
app/views/profile_selects/admin_listview.ctp
app/views/profile_tables/admin_add.ctp
app/views/profile_tables/admin_edit.ctp
app/views/profile_tables/admin_listview.ctp
app/views/profiles/admin_add.ctp
app/views/profiles/admin_edit.ctp
app/views/site_configs/admin_edit.ctp
app/views/systems/admin_add.ctp
app/views/systems/admin_edit.ctp
app/views/systems/admin_view.ctp

index 63dea6b..f7a4152 100644 (file)
@@ -54,6 +54,7 @@
                                __(' * required', true),
                                array('class' => 'required')
                        ),
+               'style' => 'ime-mode:inactive;',
                'after' => 
                $html->tag(
                        'div',
@@ -77,7 +78,8 @@
        ));
 
        echo $form->input('sort_order', array(
-               'label' => __('Order', true)
+               'label' => __('Order', true),
+               'style' => 'ime-mode:inactive;',
        ));
 
        echo $token->create();
index 5ec6206..0ccd056 100644 (file)
                )).
                $form->input('sort_order', array(
                        'label' => __('Order', true),
+                       'style' => 'ime-mode:inactive;',
                        'default' => $characterSheets['CharacterSheet']['sort_order'],
                )).
                $token->create().
index 8317c97..cb44e3f 100644 (file)
@@ -13,6 +13,7 @@
        ));
        echo $form->input('sort_order', array(
                'label' => __('Order', true),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag(
                        'div',
                        __('Numeric only', true),
index 85bdfd2..e74604e 100644 (file)
@@ -9,6 +9,7 @@
        ));
        echo $form->input('sort_order', array(
                'label' => __('Order', true),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag(
                        'div',
                        __('Numeric only', true),
index a9cc053..7d6e6cf 100644 (file)
@@ -46,6 +46,7 @@
        echo $form->input($profileSelect['id'].'.sort_order', array(
                'type' => 'text',
                'label' => false,
+               'style' => 'ime-mode:inactive;',
                'value' => $profileSelect['sort_order'],
                'class' => 'editAll',
        ));
index b7a6e9f..0c68e69 100644 (file)
@@ -28,6 +28,7 @@
                                __(' * required', true),
                        array('class' => 'required')
                        ),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag(
                        'div',
                        __('Only Number, Small letter and Underline.', true),
@@ -41,6 +42,7 @@
        ));
        echo $form->input('width', array(
                'label' => __('Width', true),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag(
                        'div',
                        __('Column Width by Pxcel. Zero or null mean Auto width.', true),
@@ -49,6 +51,7 @@
        ));
        echo $form->input('sort_order', array(
                'label' => __('Order', true),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag(
                        'div',
                        __('Numeric only', true),
index 0fb7eaf..fec23b5 100644 (file)
@@ -27,6 +27,7 @@
                        __(' * required', true),
                        array('class' => 'required')
                        ),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag(
                        'div',
                        __('Only Number, Small letter and Underline.', true),
@@ -40,6 +41,7 @@
        ));
        echo $form->input('width', array(
                'label' => __('Width', true),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag(
                        'div',
                        __('Column Width by Pxcel. Zero or null mean Auto width.', true),
@@ -48,6 +50,7 @@
        ));
        echo $form->input('sort_order', array(
                'label' => __('Order', true),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag(
                        'div',
                        __('Numeric only', true),
index 9cbd7c0..e9dd5e0 100644 (file)
@@ -50,6 +50,7 @@
        echo $form->input($profileTable['id'].'.width', array(
                'type' => 'text',
                'label' => false,
+               'style' => 'ime-mode:inactive;',
                'value' => $profileTable['width'],
                'class' => 'editAll',
        ));
@@ -60,6 +61,7 @@
        echo $form->input($profileTable['id'].'.sort_order', array(
                'type' => 'text',
                'label' => false,
+               'style' => 'ime-mode:inactive;',
                'value' => $profileTable['sort_order'],
                'class' => 'editAll',
        ));
index 20e5a1e..5f00ee1 100644 (file)
@@ -28,6 +28,7 @@
                                        __(' * required', true),
                                array('class' => 'required')
                                ),
+                       'style' => 'ime-mode:inactive;',
                        'after' => $html->tag(
                                'div',
                                __('Only Number, Small letter and Underline.', true),
@@ -41,6 +42,7 @@
                ));
                echo $form->input('sort_order', array(
                        'label' => __('Order', true),
+               'style' => 'ime-mode:inactive;',
                        'after' => $html->tag(
                                'div',
                                __('Numeric only', true),
index ba7f3d8..b2d938e 100644 (file)
@@ -27,6 +27,7 @@
                                        __(' * required', true),
                                array('class' => 'required')
                                ),
+                       'style' => 'ime-mode:inactive;',
                        'after' => $html->tag(
                                'div',
                                __('Only Number, Small letter and Underline.', true),
@@ -40,6 +41,7 @@
                ));
                echo $form->input('sort_order', array(
                        'label' => __('Order', true),
+                       'style' => 'ime-mode:inactive;',
                        'after' => $html->tag(
                                'div',
                                __('Numeric only', true),
index 254f23a..2643a4a 100644 (file)
@@ -166,9 +166,9 @@ echo $html->div('submit',
 <th><?php echo __('Max Size of Upload Imagefile') ?></th>
 <td class="sizeInput" id="Upload_imagefileSizeMax">
 <div id="Upload_imagefileWidthMax"><?php __('Width') ?> <input name="data[SiteConfig][Upload.imagefile.WidthMax][value]" type="text" value="<?php echo $this->data['SiteConfig']['Upload.imagefile.WidthMax']['value'];?>">px
-<input name="data[SiteConfig][Upload.imagefile.WidthMax][id]" type="hidden" value="<?php echo $this->data['SiteConfig']['Upload.imagefile.WidthMax']['id'];?>"></div>
+<input name="data[SiteConfig][Upload.imagefile.WidthMax][id]" type="hidden" value="<?php echo $this->data['SiteConfig']['Upload.imagefile.WidthMax']['id'];?>" style="ime-mode:inactive;"></div>
 <div id="Upload_imagefileHeightMax"><?php __('Height') ?> <input name="data[SiteConfig][Upload.imagefile.HeightMax][value]" type="text" value="<?php echo $this->data['SiteConfig']['Upload.imagefile.HeightMax']['value'];?>">px
-<input name="data[SiteConfig][Upload.imagefile.HeightMax][id]" type="hidden" value="<?php echo $this->data['SiteConfig']['Upload.imagefile.HeightMax']['id'];?>"></div>
+<input name="data[SiteConfig][Upload.imagefile.HeightMax][id]" type="hidden" value="<?php echo $this->data['SiteConfig']['Upload.imagefile.HeightMax']['id'];?>" style = "ime-mode:inactive;"></div>
 <?php echo $html->div('caption', __('Zero or NULL means NO LIMIT.', true)); ?>
 </td>
 </tr>
index 69d7357..91502d7 100644 (file)
@@ -23,6 +23,7 @@
                ));
        echo $form->input('sort_order', array(
                'label' => __('Order', true),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag('div',
                        __('Numeric only', true),
                        array('class' => 'attention')
index bad9d96..69ed3b8 100644 (file)
@@ -24,6 +24,7 @@
        ));
        echo $form->input('sort_order', array(
                'label' => __('Order', true),
+               'style' => 'ime-mode:inactive;',
                'after' => $html->tag(
                'div',
                        __('Numeric only', true),
index 2e92c01..a168f5b 100644 (file)
@@ -241,6 +241,7 @@ foreach ($system['Profile'] as $profile):
        echo $form->input($profile['id'].'.sort_order', array(
                'type' => 'text',
                'label' => false,
+               'style' => 'ime-mode:inactive;',
                'value' => $profile['sort_order'],
                'class' => 'editAll',
        ));