Changeset 1885 in ExiteCMS for trunk/administration/articles.php


Ignore:
Timestamp:
10/20/08 00:59:18 (4 years ago)
Author:
hverton
Message:

removed the v7.1 batch upgrade module. Not needed for v7.2
fixed lots of small issues that surfaced while testing installation and upgrades of v7.2
several small layout and consistency fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/articles.php

    r1158 r1885  
    7474    // if not, ask the user to define those first 
    7575    $variables['message'] = $locale['518']."<br />".$locale['519']."<br /><a href='article_cats.php".$aidlink."'>".$locale['520']."</a>".$locale['521']; 
    76     $variables['bold'] = true; 
    7776    $template_panels[] = array('type' => 'body', 'name' => 'admin.article.no_cats', 'title' => $locale['517'], 'template' => '_message_table_panel.tpl', 'locale' => "admin.news-articles"); 
    7877    $template_variables['admin.article.no_cats'] = $variables; 
Note: See TracChangeset for help on using the changeset viewer.