Commit 2dd28e6a authored by 's avatar

merge from 2.3

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