diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-05 15:15:27 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-08-05 15:15:27 +0200 |
commit | 09f095d30ffd0d1fc389b32d5457a5dc7a0922d3 (patch) | |
tree | 372d6c2c81b1af9ce99c6b55c71be243f8de6c49 /apps/workflowengine | |
parent | e3ed77adcf829e4e496c5bc5d7ccf5776840b7e9 (diff) | |
download | nextcloud-server-09f095d30ffd0d1fc389b32d5457a5dc7a0922d3.tar.gz nextcloud-server-09f095d30ffd0d1fc389b32d5457a5dc7a0922d3.zip |
Add placeholder to the name field
Diffstat (limited to 'apps/workflowengine')
-rw-r--r-- | apps/workflowengine/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/templates/admin.php b/apps/workflowengine/templates/admin.php index 309df91eaec..275ca390627 100644 --- a/apps/workflowengine/templates/admin.php +++ b/apps/workflowengine/templates/admin.php @@ -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> |