OSDN Git Service

バナー表示を調節
[trpgtools-onweb/cake-frame.git] / app / plugins / links / views / elements / link_edit.ctp
index 6da0143..9cf84a5 100644 (file)
                'label' => __('Banner', true),
                'noCaption' => true,
                'plugin' => 'media',
-               'previewVersion' => 's',
+               'previewVersion' => 'banner',
+               'class' => 'banner',
        ));
 
+       echo $this->Html->div(
+               'attention', 
+                __('Recommended size is 88x31px.', true)
+       );
+
        echo $this->Form->input('title', array(
                'type' => 'text',
                'label' =>  __('Title', true),