Changeset 8762 for trunk/admin.php


Ignore:
Timestamp:
Jan 19, 2011, 2:19:16 PM (13 years ago)
Author:
plg
Message:

feature 1289 added: easy "delete orphan tags" function. On the "tags"
administration page, a warning message is displayed if you have at least
one orphan tag + direct action to delete them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r8756 r8762  
    9292$page['errors'] = array();
    9393$page['infos']  = array();
     94$page['warnings']  = array();
    9495
    9596if (isset($_SESSION['page_infos']))
     
    177178}
    178179
     180if (count($page['warnings']) != 0)
     181{
     182  $template->assign('warnings', $page['warnings']);
     183}
     184
    179185// Add the Piwigo Official menu
    180186  $template->assign( 'pwgmenu', pwg_URL() );
Note: See TracChangeset for help on using the changeset viewer.