diff --git a/plugins/video/views/cms/video_plugin/_video.html.erb b/plugins/video/views/cms/video_plugin/_video.html.erb index 0baa15d..0453da2 100644 --- a/plugins/video/views/cms/video_plugin/_video.html.erb +++ b/plugins/video/views/cms/video_plugin/_video.html.erb @@ -2,7 +2,7 @@
<%= required f.text_field('name', :size => '64', :maxlength => 150) %> -<%= required labelled_form_field _('URL of the video'), text_field(:article, :video_url, :size => 300) %> +<%= required labelled_form_field _('URL of the video'), text_field(:article, :video_url, :size => 80) %> <%= labelled_form_field(_('Description:'), text_area(:article, :body, :rows => 3, :cols => 64)) %> <%= render :partial => 'general_fields' %> <%= render :partial => 'translatable' %> -- libgit2 0.21.2