additional_plugins/serendipity_event_vgwort/vgwortMenu.tpl
Thomas Hochstein 0bced8b29f vgwort: Some fixes. (#97)
* Change type of UNIQUE columns to VARCHAR.

MySQL can't work with UNIQUE constraints on
BLOB or TEXT columns: "MySQL Error 1170 (42000):
BLOB/TEXT Column Used in Key Specification
Without a Key Length".

Public and private counter identifiers have
a fixed length of 32, so use VARCHAR(32)
instead.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Requires at least s9y 2.2.1-alpha1.

That's the first release containing
"info_more", see s9y/Serendipty#511

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Fix typo.

MySQL comparisions use "=", not "==".

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Internationalisation.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Fix typo.

String concatenation is done using ".=", not
"+=".

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Bump version, add ChangeLog.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Drop "unofficial" from name.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-05 18:27:42 +02:00

11 lines
525 B
Smarty

<section id="maintenance_vgwort" class="equal_heights quick_list">
<h3>{$CONST.PLUGIN_EVENT_VGWORT_TPL_TITLE}</h3>
<h4>Reserve: {$unused}</h4>
<form enctype="multipart/form-data" method="POST" action="{$serendipityBaseURL}index.php?/plugin/vgwortImport">
<label>{$CONST.PLUGIN_EVENT_VGWORT_TPL_IMPORT} <a href="https://tom.vgwort.de/portal/metis/secure/editOrderPersonalizedPixel">T.O.M</a></label>
<input type="file" name="csv"/>
<button>{$CONST.GO}</button>
</form>
</section>