started work on info/comment panels...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-01-01 05:27:16 +04:00
parent e1ba6e0709
commit f757f776ff

View File

@ -1302,6 +1302,22 @@ function showImageInfo(){
/*********************************************************************/
// XXX need a propper:
// - update mechanics...
// - save mechanics
function makeCommentPanel(panel){
return makeSubPanel(
'Info: Comment',
$('Comment: <div class="comment" contenteditable/>'),
panel,
true,
true)
}
/*********************************************************************/
function setupUI(viewer){