Changeset 1987
- Timestamp:
- 2006-02-07 19:03:34 (3 years ago)
- Files:
-
- Anode/trunk/acidfree/class_annodex.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Anode/trunk/acidfree/class_annodex.inc
r1976 r1987 75 75 //FIXME Maybe allow CMML upload? 76 76 function _class_annodex_form($op, &$node, $name_prefix='') { 77 77 78 switch ($op) { 78 79 case 'new': … … 305 306 if( count($table_rows) != 0 ) { 306 307 $output .= theme_table( $header, $table_rows ); 308 } else { 309 $output .= "<p>No clips available</p>"; 307 310 } 308 311