Commit 2dd28e6a authored by 's avatar

merge from 2.3

parent d52fc21d
......@@ -188,6 +188,7 @@ function toggleSelect() {
<input class="form-element" type="submit"
name="manage_importExportForm:method"
value="Import/Export" />
</dtml-if>
<script type="text/javascript">
<!--
if (document.forms[0]) {
......@@ -195,7 +196,6 @@ if (document.forms[0]) {
}
//-->
</script>
</dtml-if>
</div>
</td>
</tr>
......@@ -217,6 +217,10 @@ There are currently no items in <em>&dtml-title_or_id;</em>
</div>
</dtml-if>
</dtml-unless>
<dtml-if "_.SecurityCheckPermission('Import/Export objects', this())">
<input class="form-element" type="submit"
name="manage_importExportForm:method" value="Import/Export" />
</dtml-if>
</td>
</tr>
</table>
......
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