feature 2564: redesign on photo administration screen.
* one screen with several tabs (for now: properties + coi) * double select boxes for album associations and representation have been converted to simple multiple select boxes with jQuery Chosen * more details about the photo in an introduction text git-svn-id: http://piwigo.org/svn/trunk@13077 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
62bfdd3f97
commit
bea45c89b6
17 changed files with 741 additions and 300 deletions
|
|
@ -129,9 +129,7 @@ while ($row = pwg_db_fetch_assoc($result))
|
|||
$template->append(
|
||||
'comments',
|
||||
array(
|
||||
'U_PICTURE' =>
|
||||
PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
|
||||
'&image_id='.$row['image_id'],
|
||||
'U_PICTURE' => get_root_url().'admin.php?page=photo-'.$row['image_id'],
|
||||
'ID' => $row['id'],
|
||||
'TN_SRC' => $thumb,
|
||||
'AUTHOR' => trigger_event('render_comment_author', $author_name),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue