|
Revision 3397, 383 bytes
(checked in by grum, 4 years ago)
|
|
Add plugin MyPolls - this release is not published in PEM (functionnal but not tested yet...)
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <!-- $Id: plugin_admin.tpl $ --> |
|---|
| 2 | |
|---|
| 3 | <div class="titrePage"> |
|---|
| 4 | <h2 style="position:absolute;right:0px;top:32px;height:auto;font-size:12px;font-weight:normal;">:: {$plugin.MYPOLLS_VERSION} ::</h2> |
|---|
| 5 | <h2>{'mypolls_title'|@translate} <span style="font-size:-1;font-weight:normal;">{$TABSHEET_TITLE}</span></h2> |
|---|
| 6 | |
|---|
| 7 | {$tabsheet} |
|---|
| 8 | </div> |
|---|
| 9 | |
|---|
| 10 | <h3>{$datas.MYPOLLS_TITLE}</h3> |
|---|
| 11 | |
|---|
| 12 | {$MYPOLLS_BODY_PAGE} |
|---|
| 13 | |
|---|