Ignore:
Timestamp:
Dec 8, 2012, 2:53:06 AM (11 years ago)
Author:
julien1311
Message:

new options : position and opacity

File:
1 moved

Legend:

Unmodified
Added
Removed
  • extensions/Media_Icon/admin/admin_general.tpl

    r19284 r19324  
    11{html_head}{literal}
    22<style type="text/css">
    3   div.media_icon_admin_element {
    4     width:20%;
    5     font-weight:normal;
    6         float: left;
    7   }
    8   .properties p {
    9         font-weight: normal;
    10         text-align: center;
    11         margin-top: 1em;
    12   }
     3        div.media_icon_admin_element {
     4                width: 20%;
     5                font-weight: bold;
     6                float: left;
     7                margin: 1,5em 1,5em;
     8        }
    139 
    14   .media_icon_important {
    15         font-weight: bold;
    16   }
     10        .properties label {
     11                font-weight: bold;
     12                text-align: center;
     13        }
     14
     15        .properties p {
     16                font-weight: normal;
     17                margin-top: 1em;
     18                text-align: center;
     19        }
     20
     21        .media_icon_important {
     22                font-weight: bold;
     23        }
    1724</style>
    1825{/literal}{/html_head}
     
    2936        </p>
    3037        <p>     
    31                 <select id="media_icon_select" name="style">
    32                         <option value="logo" {$MEDIA_ICON_STYLE_LOGO_SELECTED}>{'Logo'|@translate}</option>
    33                         <option value="photo" {$MEDIA_ICON_STYLE_PHOTO_SELECTED}>{'Photo'|@translate}</option>
    34                         <option value="folder" {$MEDIA_ICON_STYLE_FOLDER_SELECTED}>{'Folder'|@translate}</option>
    35                         <option value="foldercolor" {$MEDIA_ICON_STYLE_FOLDERCOLOR_SELECTED}>{'Folder color'|@translate}</option>
     38                <select id="media_icon_select" name="media_icon_style">
     39                        <option value="logo"{if $media_icon_style.logo} selected="selected"{/if}>{'Logo'|@translate}</option>
     40                        <option value="photo"{if $media_icon_style.photo} selected="selected"{/if}>{'Photo'|@translate}</option>
     41                        <option value="folder"{if $media_icon_style.folder} selected="selected"{/if}>{'Folder'|@translate}</option>
     42                        <option value="foldercolor"{if $media_icon_style.foldercolor} selected="selected"{/if}>{'Folder color'|@translate}</option>
    3643                </select>
    3744        </p>
     
    4451<fieldset>
    4552        <legend>{'Result'|@translate}</legend>
    46         <div class="media_icon_admin_element">{'Youtube videos'|@translate} <span class="media_icon_admin_youtube"></span></div>
     53        <div class="media_icon_admin_element">{'Youtube videos'|@translate}<span class="media_icon_admin_youtube"></span></div>
    4754        <div class="media_icon_admin_element">{'Vimeo videos'|@translate} <span class="media_icon_admin_vimeo"></span></div>
    4855        <div class="media_icon_admin_element">{'Dailymotion videos'|@translate} <span class="media_icon_admin_dailymotion"></span></div>
Note: See TracChangeset for help on using the changeset viewer.