From: Chuck Hagenbuch Date: Sun, 22 Aug 2010 03:42:35 +0000 (-0400) Subject: Move Horde_Ui_Layout under the Horde_Core_Ui umbrella X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8a9689e6530a20cab3dfe1ea8219121c031c2882;p=horde.git Move Horde_Ui_Layout under the Horde_Core_Ui umbrella --- diff --git a/framework/Core/lib/Horde/Core/Ui/Layout.php b/framework/Core/lib/Horde/Core/Ui/Layout.php new file mode 100644 index 000000000..ba66c8280 --- /dev/null +++ b/framework/Core/lib/Horde/Core/Ui/Layout.php @@ -0,0 +1,22 @@ +_view = $view; + } + + public function setLayoutName($layoutName) + { + $this->_layoutName = $layoutName; + } + + public function render($name) + { + $this->_view->contentForLayout = $this->_view->render($name); + return $this->_view->render($this->_layoutName); + } +} diff --git a/framework/Ui/lib/Horde/Ui/Layout.php b/framework/Ui/lib/Horde/Ui/Layout.php deleted file mode 100644 index 1627bb569..000000000 --- a/framework/Ui/lib/Horde/Ui/Layout.php +++ /dev/null @@ -1,22 +0,0 @@ -_view = $view; - } - - public function setLayoutName($layoutName) - { - $this->_layoutName = $layoutName; - } - - public function render($name) - { - $this->_view->contentForLayout = $this->_view->render($name); - return $this->_view->render($this->_layoutName); - } -} diff --git a/framework/Ui/package.xml b/framework/Ui/package.xml deleted file mode 100644 index 310d1a96b..000000000 --- a/framework/Ui/package.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - Ui - pear.horde.org - Horde UI libraries - Horde user interface libraries - - - Chuck Hagenbuch - chuck - chuck@horde.org - yes - - - Jan Schneider - jan - jan@horde.org - yes - - 2010-08-06 - - 0.1.0 - 0.1.0 - - - beta - beta - - LGPL - * Initial release. - - - - - - - - - - - - - - - - 5.2.0 - - - 1.7.0 - - - View - pear.horde.org - - - - - - - - -