1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-03-05 22:49:48 +01:00
OpenXE/www/pages/content/documenttoproject_do.tpl
2021-05-21 08:49:41 +02:00

18 lines
245 B
Smarty

<div id="tabs">
<ul>
<li><a href="#tabs-1">[TABTEXT]</a></li>
</ul>
<div id="tabs-1">
[MESSAGE]
[TAB1]
[TAB1NEXT]
</div>
<script>
window.location.href = 'index.php?module=projekt&action=dashboard&id=[PROJECTID]';
</script>