]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add placeholder to the name field
authorJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:15:27 +0000 (15:15 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 5 Aug 2016 13:15:27 +0000 (15:15 +0200)
apps/workflowengine/templates/admin.php

index 309df91eaec1979795ee0e4d7767251902bb095d..275ca390627675ccd8521394a90315e31439bbba 100644 (file)
@@ -31,7 +31,7 @@
 
        <script type="text/template" id="operation-template">
                <div class="operation{{#if hasChanged}} modified{{/if}}">
-                       <input type="text" class="operation-name" value="{{operation.name}}">
+                       <input type="text" class="operation-name" placeholder="<?php p($l->t('Short rule description')); ?>" value="{{operation.name}}">
                        {{! delete only makes sense if the operation is already saved }}
                        {{#if operation.id}}
                        <span class="button-delete pull-right icon-delete"></span>