Commit 31c4f3d6 authored by Frank Bergmann's avatar Frank Bergmann

Changes from Opus5:

- Added "sales" tab to /intranet/projects/view page
parent 63b64160
Pipeline #253 failed with stages
......@@ -677,9 +677,16 @@ ad_proc im_filestorage_tool_tds { folder folder_type project_id return_url up_li
return "
<td align=center>
<input type=hidden name=actions value=\"none\">
</td><td>
</td>
<!--
Folder-up has some particular problems because it is actively
modifying the URL variables. Doesn't work yet 100%, so better
disable meanwhile...
<td>
<input type=image src=/intranet/images/up-folder.gif width=21 height=21 onClick=\"window.document.$folder_type.actions.value='up-folder'; submit();\" alt='Folder up'>
</td><td>
</td>
-->
<td>
<input type=image src=/intranet/images/newfol.gif width=21 height=21 onClick=\"window.document.$folder_type.actions.value='new-folder'; submit();\" alt='Create a new folder'>
</td><td>
<input type=image src=/intranet/images/upload.gif width=21 height=21 onClick=\"window.document.$folder_type.actions.value='upload'; submit();\" alt='Upload a file'>
......@@ -1258,7 +1265,7 @@ where
set component_html "
<form name=\"$folder_type\" method=POST action=/intranet-filestorage/action>
<form name=\"$folder_type\" method=POST action=\"/intranet-filestorage/action\">
[export_form_vars object_id bread_crum_path folder_type return_url]
<TABLE border=0 cellpadding=0 cellspacing=0>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment