Changeset 2084 for trunk/template


Ignore:
Timestamp:
Sep 11, 2007, 4:24:51 AM (17 years ago)
Author:
rvelices
Message:

feature 731: permissions at image level

  • this is the first version - I wait for feedback before changing help files
Location:
trunk/template/yoga
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/element_set_global.tpl

    r1902 r2084  
    3535    <li><span class="wrap1">
    3636        <label>
    37           <span class="wrap2"><span>
     37          <span class="wrap2">
     38                        <!-- BEGIN level -->
     39                        <em class="levelIndicatorB">{thumbnails.thumbnail.level.LEVEL}</em><em class="levelIndicatorF" title="{thumbnails.thumbnail.level.TITLE}">{thumbnails.thumbnail.level.LEVEL}</em>
     40                        <!-- END level -->
     41          <span>
    3842            <img src="{thumbnails.thumbnail.SRC}"
    3943               alt="{thumbnails.thumbnail.ALT}"
     
    134138    </tr>
    135139
     140        <tr>
     141                <td>{lang:Minimum privacy level}</td>
     142                <td>
     143                        <label><input type="radio" name="level_action" value="leave" checked="checked" />{lang:leave}</label>
     144                        <label><input type="radio" name="level_action" value="set" id="level_action_set" />{lang:set to}</label>
     145                        <select onmousedown="document.getElementById('level_action_set').checked = true;" name="level" size="1">
     146                        <!-- BEGIN level_option -->
     147                        <option {level_option.SELECTED} value="{level_option.VALUE}">{level_option.CONTENT} ({level_option.VALUE})</option>
     148                        <!-- END level_option -->
     149                        </select>
     150          </td>
     151        </tr>
     152
    136153  </table>
    137154
  • trunk/template/yoga/admin/user_list.tpl

    r2041 r2084  
    191191    </tr>
    192192
     193        <tr>
     194                <td>{lang:Privacy level}</td>
     195                <td>
     196                        <label><input type="radio" name="level_action" value="leave" checked="checked" />{lang:leave}</label>
     197                        <label><input type="radio" name="level_action" value="set" id="level_action_set" />{lang:set to}</label>
     198                        <select onmousedown="document.getElementById('level_action_set').checked = true;" name="level" size="1">
     199                        <!-- BEGIN level_option -->
     200                        <option {level_option.SELECTED} value="{level_option.VALUE}">{level_option.CONTENT} ({level_option.VALUE})</option>
     201                        <!-- END level_option -->
     202                        </select>
     203          </td>
     204        </tr>
     205
    193206  </table>
    194207
  • trunk/template/yoga/menubar.css

    r1900 r2084  
    4848    font-size: 100%;
    4949    margin-top: 0;
     50    margin-bottom: 0;
    5051}
    5152
  • trunk/template/yoga/thumbnails.css

    r1900 r2084  
    5252}
    5353 
     54UL.thumbnails .levelIndicatorB {
     55display:block; position:absolute; z-index:100;padding:0px 0 0 14px; color:black; font-weight:bold; fontsize:120%;
     56}
     57
     58UL.thumbnails .levelIndicatorF {
     59display:block; position:absolute; z-index:101;padding:1px 0 0 15px; color:white; font-weight:bold; fontsize:120%;
     60}
Note: See TracChangeset for help on using the changeset viewer.