Changeset 2759


Ignore:
Timestamp:
09/03/10 22:03:29 (17 months ago)
Author:
seanschroeder
Message:

Fixing missing icons

Location:
branches/5.2.1/www/admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2.1/www/admin/css/admin.css

    r2756 r2759  
    25382538} 
    25392539 
     2540/* @group Default */ 
     2541 
    25402542.doc, .docx { 
    25412543        background-image: url(../images/icons/files/icon_doc_small.gif) !important; 
     
    26182620} 
    26192621 
     2622/* @end */ 
     2623 
    26202624/* @group Locked */ 
    26212625 
     
    27102714/* @group Content Icons */ 
    27112715 
    2712 li.Link { 
    2713         background: url(../images/icons/link.gif) no-repeat 11px 2px; 
     2716.mura-grid li dt a  { /* copy up changes and remove when finished */ 
     2717        background: url(../images/icons/files/icon_generic_small.gif) left center no-repeat; 
    27142718        color: #333232; 
    27152719        text-decoration: none; 
    27162720        margin: 0; 
    2717         padding: 2px 0 2px 30px; 
    2718 } 
    2719  
    2720 li.Portal { 
    2721         background: transparent url(../images/icons/portal.gif) no-repeat 10px 1px; 
    2722         color: #333232; 
    2723         text-decoration: none; 
    2724         margin: 0; 
    2725         padding: 2px 0 2px 31px; 
    2726 } 
    2727  
    2728 li.Gallery { 
    2729         background: transparent url(../images/icons/smicn_32.png) no-repeat 12px 1px; 
    2730         color: #333232; 
    2731         text-decoration: none; 
    2732         margin: 0; 
    2733         padding: 2px 0 2px 31px; 
    2734 } 
    2735  
    2736 li.Image { 
    2737         background: transparent url(../images/icons/image_32.png) no-repeat 10px 1px; 
    2738         color: #333232; 
    2739         text-decoration: none; 
    2740         margin: 0; 
    2741         padding: 2px 0 2px 31px; 
    2742 } 
    2743  
    2744 li.GalleryLocked { 
    2745         background: transparent url(../images/icons/smicn_32_locked.png) no-repeat 11px 1px; 
    2746         color: #333232; 
    2747         text-decoration: none; 
    2748         margin: 0; 
    2749         padding: 2px 0 2px 31px; 
    2750 } 
    2751  
    2752 li.ImageLocked { 
    2753         background: transparent url(../images/icons/image_32_locked.png) no-repeat 10px 1px; 
    2754         color: #333232; 
    2755         text-decoration: none; 
    2756         margin: 0; 
    2757         padding: 2px 0 2px 31px; 
    2758 } 
    2759  
    2760 li.Calendar { 
    2761         background: transparent url(../images/icons/calendar.gif) no-repeat 13px 0; 
    2762         color: #333232; 
    2763         text-decoration: none; 
    2764         margin: 0; 
    2765         padding: 2px 0 2px 31px; 
    2766 } 
    2767  
    2768 li.PageLocked { 
    2769         background: transparent url(../images/icons/files/icon_generic_small_locked.gif) no-repeat 11px 1px; 
    2770         color: #333232; 
    2771         text-decoration: none; 
    2772         margin: 0; 
    2773         padding: 2px 0 2px 30px; 
    2774 } 
    2775  
    2776 li.DocumentLocked, table td li.FileLocked { 
    2777         background: transparent url(../images/icons/document_locked.gif) no-repeat 11px 1px; 
    2778         color: #333232; 
    2779         text-decoration: none; 
    2780         margin: 0 0 0 0; 
    2781         padding: 2px 0 2px 30px; 
    2782 } 
    2783  
    2784 li.LinkLocked { 
    2785         background: transparent url(../images/icons/link_locked.gif) no-repeat 11px 2px; 
    2786         color: #333232; 
    2787         text-decoration: none; 
    2788         margin: 0 0 0 0; 
    2789         padding: 2px 0 2px 30px; 
    2790 } 
    2791  
    2792 li.PortalLocked { 
    2793         background: transparent url(../images/icons/portal_locked.gif) no-repeat 10px 1px; 
    2794         color: #333232; 
    2795         text-decoration: none; 
    2796         margin: 0 0 0 0; 
    2797         padding: 2px 0 2px 31px; 
    2798 } 
    2799  
    2800 li.CalendarLocked { 
    2801         background: transparent url(../images/icons/calendar_locked.gif) no-repeat 12px 0; 
    2802         color: #333232; 
    2803         text-decoration: none; 
    2804         margin: 0 0 0 0; 
    2805         padding: 2px 0 2px 31px; 
     2721} 
     2722 
     2723li.Link, .mura-grid li dt a.Link { 
     2724        background: url(../images/icons/link.gif) no-repeat 0 .6em; 
     2725} 
     2726 
     2727li.Portal, .mura-grid li dt a.Portal { 
     2728        background: url(../images/icons/portal.gif) no-repeat 0px .6em; 
     2729} 
     2730 
     2731li.Gallery, .mura-grid li dt a.Gallery { 
     2732        background: url(../images/icons/smicn_32.png) no-repeat 1px .7em; 
     2733} 
     2734 
     2735li.Image, .mura-grid li dt a.Image { 
     2736        background: url(../images/icons/image_32.png) no-repeat 0px .6em; 
     2737} 
     2738 
     2739li.GalleryLocked, .mura-grid li dt a.GalleryLocked { 
     2740        background: url(../images/icons/smicn_32_locked.png) no-repeat 1px .1em; 
     2741} 
     2742 
     2743li.ImageLocked, .mura-grid li dt a.ImageLocked { 
     2744        background: url(../images/icons/image_32_locked.png) no-repeat 0px .1em; 
     2745} 
     2746 
     2747li.Calendar, .mura-grid li dt a.Calendar { 
     2748        background: url(../images/icons/calendar.gif) no-repeat 1px .6em; 
     2749} 
     2750 
     2751li.PageLocked, .mura-grid li dt a.PageLocked { 
     2752        background: url(../images/icons/files/icon_generic_small_locked.gif) no-repeat 11px 1px; 
     2753} 
     2754 
     2755li.DocumentLocked, li.FileLocked, .mura-grid li dt a.DocumentLocked, .mura-grid li dt a.FileLocked { 
     2756        background: url(../images/icons/document_locked.gif) no-repeat 1px .1em; 
     2757} 
     2758 
     2759li.LinkLocked, .mura-grid li dt a.LinkLocked { 
     2760        background: url(../images/icons/link_locked.gif) no-repeat 1px .2em; 
     2761} 
     2762 
     2763li.PortalLocked, .mura-grid li dt a.PortalLocked { 
     2764        background: url(../images/icons/portal_locked.gif) no-repeat 0px .1em; 
     2765} 
     2766 
     2767li.CalendarLocked, .mura-grid li dt a.CalendarLocked { 
     2768        background: url(../images/icons/calendar_locked.gif) no-repeat 1px 0; 
    28062769} 
    28072770 
  • branches/5.2.1/www/admin/view/vArchitecture/dsp_list.cfm

    r2754 r2759  
    197197       <cfif request.rstop.haskids><span class="hasChildren"></span></cfif> 
    198198        <cfif perm neq 'none'> 
    199           <a title="Edit" href="index.cfm?fuseaction=cArch.edit&contenthistid=#request.rstop.ContentHistID#&siteid=#URLEncodedFormat(attributes.siteid)#&contentid=#attributes.topid#&topid=#URLEncodedFormat(attributes.topid)#&type=#request.rstop.type#&parentid=#request.rstop.parentid#&moduleid=#attributes.moduleid#"> 
     199          <a class="#icon#" title="Edit" href="index.cfm?fuseaction=cArch.edit&contenthistid=#request.rstop.ContentHistID#&siteid=#URLEncodedFormat(attributes.siteid)#&contentid=#attributes.topid#&topid=#URLEncodedFormat(attributes.topid)#&type=#request.rstop.type#&parentid=#request.rstop.parentid#&moduleid=#attributes.moduleid#"> 
    200200        </cfif> 
    201201         
  • branches/5.2.1/www/admin/view/vArchitecture/dsp_nest.cfm

    r2754 r2759  
    118118        <cfif attributes.rsNest.haskids><span class="hasChildren"></span></cfif> 
    119119 
    120 <cfif verdict neq 'none'><a title="#application.rbFactory.getKeyValue(session.rb,"sitemanager.edit")#" href="index.cfm?fuseaction=cArch.edit&contenthistid=#attributes.rsNest.ContentHistID#&contentid=#attributes.rsNest.ContentID#&type=#attributes.rsNest.type#&parentid=#attributes.rsNest.parentID#&topid=#URLEncodedFormat(attributes.topid)#&siteid=#URLEncodedFormat(attributes.siteid)#&moduleid=#attributes.moduleid#&startrow=#attributes.startrow#"></cfif>#HTMLEditFormat(left(attributes.rsNest.menutitle,70))#<cfif len(attributes.rsNest.menutitle) gt 70>&hellips;</cfif><cfif verdict neq 'none'></a></cfif><cfif isMore>&nbsp;(#application.rbFactory.getKeyValue(session.rb,"sitemanager.more")#&hellips;)</cfif></dt>       
     120<cfif verdict neq 'none'><a class="#icon#" title="#application.rbFactory.getKeyValue(session.rb,"sitemanager.edit")#" href="index.cfm?fuseaction=cArch.edit&contenthistid=#attributes.rsNest.ContentHistID#&contentid=#attributes.rsNest.ContentID#&type=#attributes.rsNest.type#&parentid=#attributes.rsNest.parentID#&topid=#URLEncodedFormat(attributes.topid)#&siteid=#URLEncodedFormat(attributes.siteid)#&moduleid=#attributes.moduleid#&startrow=#attributes.startrow#"></cfif>#HTMLEditFormat(left(attributes.rsNest.menutitle,70))#<cfif len(attributes.rsNest.menutitle) gt 70>&hellips;</cfif><cfif verdict neq 'none'></a></cfif><cfif isMore>&nbsp;(#application.rbFactory.getKeyValue(session.rb,"sitemanager.more")#&hellips;)</cfif></dt>        
    121121 
    122122<cfif attributes.locking neq 'all'> 
Note: See TracChangeset for help on using the changeset viewer.