mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
abb02c7b40
Still some bugs in resizing with this in the home portlet.
12 lines
674 B
XML
12 lines
674 B
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<!-- This template is in a seperate file so etemplate can find it for home -->
|
|
<overlay>
|
|
<template id="filemanager.home.header_left" template="" lang="" group="0" version="1.9.002">
|
|
<hbox span="all" class="filemanager_navigation">
|
|
<image label="Up" src="goup" onclick="app.filemanager.change_dir('..',widget);" id="up"/>
|
|
<image label="Go to your home directory" src="gohome" onclick="app.filemanager.change_dir('~',widget);" id="home"/>
|
|
<vfs-name label="Path" id="path" onchange="if(widget.getValue() == '') { app.filemanager.change_dir('~',widget);} return true;" size="80" class="address"/>
|
|
</hbox>
|
|
</template>
|
|
</overlay> |