Commit febcba61a0b4f0672c362a08f88b291dcc8c6eba
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'I4-Video-Gallery-Plugin' into stable
Showing
2 changed files
with
11 additions
and
11 deletions
Show diff stats
plugins/video/views/box_organizer/_video_block.html.erb
... | ... | @@ -1,11 +0,0 @@ |
1 | -<label for="url" class="formlabel"> Video URL: </label> | |
2 | - | |
3 | -<div class="formfield type-text"> | |
4 | - <%= text_field_tag 'block[url]', @block.url, :class => 'video-url', :maxlength => 255 %> | |
5 | -</div> | |
6 | -<div class="formfield type-text"> | |
7 | - <label for="width" class="formlabel"> Width: </label> | |
8 | - <%= text_field_tag 'block[width]', @block.width, :size => 7, :class => 'video-width', :maxlength => 5 %> | |
9 | - <label for="height" class="formlabel"> Height: </label> | |
10 | - <%= text_field_tag 'block[height]', @block.height, :size => 7, :class => 'video-height', :maxlength => 5 %> | |
11 | -</div> |
plugins/video/views/box_organizer/video_plugin/_video_block.html.erb
0 → 100644
... | ... | @@ -0,0 +1,11 @@ |
1 | +<label for="url" class="formlabel"> Video URL: </label> | |
2 | + | |
3 | +<div class="formfield type-text"> | |
4 | + <%= text_field_tag 'block[url]', @block.url, :class => 'video-url', :maxlength => 255 %> | |
5 | +</div> | |
6 | +<div class="formfield type-text"> | |
7 | + <label for="width" class="formlabel"> Width: </label> | |
8 | + <%= text_field_tag 'block[width]', @block.width, :size => 7, :class => 'video-width', :maxlength => 5 %> | |
9 | + <label for="height" class="formlabel"> Height: </label> | |
10 | + <%= text_field_tag 'block[height]', @block.height, :size => 7, :class => 'video-height', :maxlength => 5 %> | |
11 | +</div> | ... | ... |