Dotclear


Ignore:
Timestamp:
10/10/15 17:48:18 (10 years ago)
Author:
Gvx <gvx@…>
Branch:
Ticket_2129
Children:
3113:fbe1189eb9eb, 3114:6a2387ee6336
Message:

Adding to the preferences of the blog, the default size of the inserted video

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/media_item.php

    r3093 r3112  
    394394          '<h3>'.__('Video size').'</h3>'. 
    395395          '<p><label for="video_w" class="classic">'.__('Width:').'</label> '. 
    396           form::field('video_w',3,4,400).'  '. 
     396          form::field('video_w',3,4,$core->blog->settings->system->media_video_width).'  '. 
    397397          '<label for="video_h" class="classic">'.__('Height:').'</label> '. 
    398           form::field('video_h',3,4,300). 
     398          form::field('video_h',3,4,$core->blog->settings->system->media_video_height). 
    399399          '</p>'. 
    400400          '</div>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map