Changeset 1987

Show
Ignore:
Timestamp:
2006-02-07 19:03:34 (3 years ago)
Author:
ctford
Message:

Let the user know if there are no clips available.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Anode/trunk/acidfree/class_annodex.inc

    r1976 r1987  
    7575//FIXME Maybe allow CMML upload? 
    7676function _class_annodex_form($op, &$node, $name_prefix='') { 
     77 
    7778    switch ($op) { 
    7879    case 'new': 
     
    305306                if( count($table_rows) != 0 ) { 
    306307                        $output .= theme_table( $header, $table_rows ); 
     308                } else { 
     309                        $output .= "<p>No clips available</p>"; 
    307310                } 
    308311