From 7ab99a7669345e8e468b0189333cb5d3734345e9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 1 Nov 2006 20:30:36 +0000 Subject: [PATCH] Monotone-Parent: 5b613d00457d59ba06ebed331a8e3d20d33477ea Monotone-Revision: 2e4c1f0cd08151845778a2d833dd35169090f1c1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-01T20:30:36 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 7 +++++++ UI/Common/UIxPageFrame.m | 5 +++++ UI/Templates/UIxPageFrame.wox | 19 ++++++++++++------- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7b69dac3..5e7497c7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-11-01 Wolfgang Sourdeau + + * UI/Common/UIxPageFrame.m ([UIxPageFrame -pageContentClasses]): + new method that returns "pageContent" as class, but also "popup" + for the DIV where the page content lies, so that we can manipulate + the content of popup's with CSS identifiers. + 2006-10-31 Wolfgang Sourdeau * UI/Scheduler/UIxCalInlineAptView.m ([UIxCalInlineAptView diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 4d2444338..d29842ec1 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -125,6 +125,11 @@ return isPopup; } +- (NSString *) pageContentClasses +{ + return (isPopup ? @"pageContent popup" : @"pageContent"); +} + /* page based JavaScript */ - (NSString *) pageJavaScriptURL diff --git a/UI/Templates/UIxPageFrame.wox b/UI/Templates/UIxPageFrame.wox index 4ef08e44e..39d0b5124 100644 --- a/UI/Templates/UIxPageFrame.wox +++ b/UI/Templates/UIxPageFrame.wox @@ -36,10 +36,15 @@ var UserLogin = ''; - - + + + + + + + -
-
- +