From f757f776ff42fab080210868d2762b5be9cf4803 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 1 Jan 2014 05:27:16 +0400 Subject: [PATCH] started work on info/comment panels... Signed-off-by: Alex A. Naanou --- ui/ui.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ui/ui.js b/ui/ui.js index 1c20e26b..1761c192 100755 --- a/ui/ui.js +++ b/ui/ui.js @@ -1302,6 +1302,22 @@ function showImageInfo(){ +/*********************************************************************/ + +// XXX need a propper: +// - update mechanics... +// - save mechanics +function makeCommentPanel(panel){ + return makeSubPanel( + 'Info: Comment', + $('Comment:
'), + panel, + true, + true) +} + + + /*********************************************************************/ function setupUI(viewer){