Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Morpheus/templates/demo.twig')
-rw-r--r--plugins/Morpheus/templates/demo.twig10
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/Morpheus/templates/demo.twig b/plugins/Morpheus/templates/demo.twig
index e1bb02ee60..84d6a2fec4 100644
--- a/plugins/Morpheus/templates/demo.twig
+++ b/plugins/Morpheus/templates/demo.twig
@@ -274,7 +274,7 @@
placeholder="Some text here">
</div>
- <div piwik-field uicontrol="text" name="email"
+ <div piwik-field uicontrol="email" name="email"
title="Email"
inline-help="This is the inline help which provides more information.">
</div>
@@ -314,6 +314,9 @@
placeholder="Some text here...">
</div>
+ <div piwik-field uicontrol="url" name="urlText" title="URL" inline-help="URL field">
+ </div>
+
<div piwik-field uicontrol="textarea" name="description"
title="Description"
inline-help="This is a textarea. It automatically gets larger the more text is entered.">
@@ -375,7 +378,7 @@
placeholder=&quot;Some text here&quot;&gt;
&lt;/div&gt;
- &lt;div piwik-field uicontrol=&quot;text&quot; name=&quot;email&quot;
+ &lt;div piwik-field uicontrol=&quot;email&quot; name=&quot;email&quot;
title=&quot;Email&quot;
inline-help=&quot;This is the inline help which provides more information.&quot;&gt;
&lt;/div&gt;
@@ -415,6 +418,9 @@
placeholder=&quot;Some text here...&quot;&gt;
&lt;/div&gt;
+ &lt;div piwik-field uicontrol=&quot;url&quot; name=&quot;urlText&quot; title=&quot;URL&quot; inline-help=&quot;URL field&quot;&gt;
+ &lt;/div&gt;
+
&lt;div piwik-field uicontrol=&quot;textarea&quot; name=&quot;description&quot;
title=&quot;Description&quot;
inline-help=&quot;This is a textarea. It automatically gets larger the more text is entered.&quot;&gt;