Changeset 1755

Show
Ignore:
Timestamp:
01/25/07 08:26:28 (6 years ago)
Author:
vdigital
Message:

Fix for 0000629: Adding display differences between physical and virtual categories
(Icon is displayed for people who have deficient vision).

Location:
trunk
Files:
1 added
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r1738 r1755  
    296296        ) 
    297297      ); 
     298    $template->assign_block_vars( 
     299      'categories.category.virtual', 
     300      array( 
     301        'CLASS' => 'virtual_cat', 
     302        ) 
     303      ); 
    298304  } 
    299305 
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r1754 r1755  
    480480$lang['username'] = 'username'; 
    481481$lang['users'] = 'Users'; 
     482$lang['virtual_category'] = 'Virtual category'; 
    482483$lang['visitors'] = 'Visitors'; 
    483484$lang['w_day'] = 'Day'; 
  • trunk/language/fr_FR.iso-8859-1/admin.lang.php

    r1754 r1755  
    480480$lang['username'] = 'nom utilisateur'; 
    481481$lang['users'] = 'Utilisateurs'; 
     482$lang['virtual_category'] = 'Cat�gorie virtuelle'; 
    482483$lang['visitors'] = 'Visiteurs'; 
    483484$lang['w_day'] = 'Jour'; 
  • trunk/template/yoga/admin/cat_list.tpl

    r1754 r1755  
    1919 
    2020    <!-- BEGIN category --> 
    21     <li class="categoryLi"> <!-- category {category.ID} --> 
     21    <li class="categoryLi 
     22          <!-- BEGIN virtual --> 
     23          {categories.category.virtual.CLASS} 
     24          <!-- END virtual --> 
     25    "> <!-- category {category.ID} --> 
    2226 
    2327      <ul class="categoryActions"> 
     
    3640      </ul> 
    3741 
    38       <p><strong><a href="{categories.category.U_CHILDREN}" title="{lang:manage sub-categories}">{categories.category.NAME}</a></strong></p> 
     42      <p> 
     43      <strong><a href="{categories.category.U_CHILDREN}" title="{lang:manage sub-categories}">{categories.category.NAME}</a></strong> 
     44      <!-- BEGIN virtual --> 
     45      <img src="{themeconf:icon_dir}/virt_category.png" class="button" alt="{lang:virtual_category}" /></a></li> 
     46      <!-- END virtual --> 
     47      </p> 
    3948 
    4049      <p> 
  • trunk/template/yoga/theme/clear/theme.css

    r1724 r1755  
    9595.calBackDate { color: #000; } 
    9696.calForeDate { color: #fff; } 
     97.virtual_cat { background: #fff !important; } 
  • trunk/template/yoga/theme/dark/theme.css

    r1724 r1755  
    134134.calBackDate { color: #000; } 
    135135.calForeDate { color: #fff; } 
     136.virtual_cat { background: #3f3f3f !important; } 
  • trunk/template/yoga/theme/p0w0/theme.css

    r1724 r1755  
    256256.calBackDate { color: #000; } 
    257257.calForeDate { color: #fff; } 
     258.virtual_cat { background: #fff !important; } 
  • trunk/template/yoga/theme/wipi/theme.css

    r1724 r1755  
    246246.calBackDate { color: #000; } 
    247247.calForeDate { color: #fff; } 
     248.virtual_cat { background: #222 !important; }