summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c3a0921)
raw | patch | inline | side by side (parent: c3a0921)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 31 Mar 2010 14:39:23 +0000 (14:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 31 Mar 2010 14:39:23 +0000 (14:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17442 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/modern/userFilterEditor.tpl | patch | blob | history |
diff --git a/gosa-core/ihtml/themes/modern/userFilterEditor.tpl b/gosa-core/ihtml/themes/modern/userFilterEditor.tpl
index 4f0322d86d4a61690090bc8ae7d5a5895ac461f1..fa1cc26d57380616120c726342d5c0df5ff396ff 100644 (file)
<label for='name'>{t}Name{/t}</label>{$must}
</td>
<td>
- <input type='text' name='name' id='name' value='{$name}'>
+ <input type='text' name='name' id='name' value="{$name}">
</td>
</tr>
<tr>
<label for='description'>{t}Description{/t}</label>{$must}
</td>
<td>
- <input type='text' name='description' id='description' value='{$description}'>
+ <input type='text' name='description' id='description' value="{$description}">
</td>
</tr>
<tr>