Mobile theme W.I.P.:

- Fix filemanager plus_button not working
This commit is contained in:
Hadi Nategh 2016-04-11 09:24:31 +00:00
parent 15b5b3cc5c
commit 3f58359a41
3 changed files with 12 additions and 4 deletions

View File

@ -67,7 +67,10 @@
border: none; border: none;
} }
.et2_file.plus_button .et2_file_span { .et2_file.plus_button .et2_file_span {
display: none; width: 50px;
height: 50px;
border: none;
background: none;
} }
.et2_file.plus_button .et2_file_upload { .et2_file.plus_button .et2_file_upload {
width: 60px; width: 60px;

View File

@ -72,7 +72,12 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
border: none; border: none;
.et2_file_span{display: none;} .et2_file_span{
width:50px;
height: 50px;
border: none;
background: none;
}
.et2_file_upload { .et2_file_upload {
width: 60px; width: 60px;
height: 60px; height: 60px;

View File

@ -46,13 +46,13 @@
<buttononly label="Paste link" id="button[linkpaste]" onclick="app.filemanager.paste('linkpaste');" options="linkpaste,linkpaste_disabled"/> <buttononly label="Paste link" id="button[linkpaste]" onclick="app.filemanager.paste('linkpaste');" options="linkpaste,linkpaste_disabled"/>
<buttononly label="Mail paste" id="button[mailpaste]" onclick="app.filemanager.paste('mailpaste');" options="mailpaste,mailpaste_disabled"/> <buttononly label="Mail paste" id="button[mailpaste]" onclick="app.filemanager.paste('mailpaste');" options="mailpaste,mailpaste_disabled"/>
<button label="File a file" onclick="window.open(egw::link('/index.php','menuaction=stylite.stylite_filemanager.upload'),'_blank','dependent=yes,width=550,height=350,scrollbars=yes,status=yes'); return false;" image="upload"/> <button label="File a file" onclick="window.open(egw::link('/index.php','menuaction=stylite.stylite_filemanager.upload'),'_blank','dependent=yes,width=550,height=350,scrollbars=yes,status=yes'); return false;" image="upload"/>
</hbox> </hbox>
</template> </template>
<template id="filemanager.index" template="" lang="" group="0" version="1.9.003"> <template id="filemanager.index" template="" lang="" group="0" version="1.9.003">
<nextmatch id="nm" template="filemanager.index.rows" header_left="filemanager.index.header_left" /> <nextmatch id="nm" template="filemanager.index.rows" header_left="filemanager.index.header_left" />
<hbox> <hbox>
<file statustext="Select file to upload in current directory" value=" " class="plus_button" id="upload" progress_dropdownlist = "true" drop_target ="divAppbox" multiple="true" onFinishOne="app.filemanager.uploadOnOne"/> <file label="" statustext="Select file to upload in current directory" value=" " class="plus_button" id="upload" progress_dropdownlist = "true" drop_target ="divAppbox" multiple="true" onFinishOne="app.filemanager.uploadOnOne"/>
</hbox> </hbox>
</template> </template>
</overlay> </overlay>