History: Campaign to Win
Source of version: 9 (current)
Copy to clipboard
-=About=-
Here's a list of things that should be propagated by everyone in trunk. It needs a lot of time ...
!!Uploaded file size
{CODE(wrap=>1)}if (is_uploaded_file($_FILES['userfile1']['name'])) {
... do your stuff
} else {
$smarty->assign('msg', $tikilib->uploaded_file_error($_FILES['userfile1']['error']));
$smarty->display("error.tpl");
die;
}
{CODE}
!!Buttons
*Put a div with a class navbar around the navigation buttons instead of -+~np~<br />~/np~+-s (merge with pagebar)...
*Delete tables surrounding button bars
*For some infos, check ((Templates Best Practices))
!!Deploy new icons (see ((Icons)))
!!Perms
!!Message in the confirm delete
{CODE()}
key_get($area, tra('Remove file gallery: ').' '.$info['name']);
{CODE}