|
|
|
|
@ -274,6 +274,21 @@ echo '<table cellpadding="0" cellspacing="0" class="lp_build">'; |
|
|
|
|
break; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case TOOL_DOCUMENT: |
|
|
|
|
|
|
|
|
|
//if(isset($_GET['file']) && (is_numeric($_GET['file'])) || $_GET['file'] == 'new') |
|
|
|
|
//{ |
|
|
|
|
$msg = '<div class="lp_message" style="margin-bottom:10px;">'; |
|
|
|
|
|
|
|
|
|
$msg .= 'The new document has been created.'; |
|
|
|
|
|
|
|
|
|
$msg .= '</div>'; |
|
|
|
|
|
|
|
|
|
echo $_SESSION['oLP']->display_item($new_item_id, true, $msg); |
|
|
|
|
//} |
|
|
|
|
|
|
|
|
|
break; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
|