]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Plugin parameter description: Update the templates to display them
authorArthurHoaro <arthur@hoa.ro>
Tue, 2 Aug 2016 09:03:55 +0000 (11:03 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 2 Aug 2016 09:12:05 +0000 (11:12 +0200)
inc/shaarli.css
tpl/pluginsadmin.html

index 305afddc47da84da7c5bef3c496f0bb8ba1ad37b..5808320cb485fb38b61f734157921d6d0a91f577 100644 (file)
@@ -1156,7 +1156,7 @@ ul.errors {
 }
 
 #pluginsadmin .plugin_parameter {
-    padding: 5px 0;
+    padding: 10px 0;
     border-width: 1px 0;
     border-style: solid;
     border-color: #c0c0c0;
@@ -1164,7 +1164,7 @@ ul.errors {
 
 #pluginsadmin .float_label {
     float: left;
-    width: 20%;
+    width: 40%;
 }
 
 #pluginsadmin a {
index 5ddcf0612cc6bb12d37a9c94b5bf9657598582ea..966360ea049c6bcbe97e868d6fa29d25b20b6526 100644 (file)
                   <div class="plugin_parameter">
                     <div class="float_label">
                       <label for="{$key}">
-                        <code>{$key}</code>
+                        <code>{$key}</code><br>
+                        {$value.desc}
                       </label>
                     </div>
                     <div class="float_input">
-                      <input name="{$key}" value="{$value}" id="{$key}"/>
+                      <input name="{$key}" value="{$value.value}" id="{$key}"/>
                     </div>
                   </div>
                 {/loop}