Update placeholders

This commit is contained in:
Martin Kleinschrodt 2013-11-15 20:27:05 +01:00
parent 9695f82b5c
commit e8d8bdff80
1 changed files with 3 additions and 3 deletions

View File

@ -70,12 +70,12 @@
</style>
<div class="header">
<button on-click="{{ back }}">&lt;</button>
<input value="{{ record.name }}" />
<input value="{{ record.name }}" placeholder="Enter Title..." />
</div>
<template repeat="{{ field, i in record.fields }}">
<div class="field">
<input class="value" value="{{ field.value }}" placeholder="content" />
<input class="label" value="{{ field.name }}" placeholder="label" />
<input class="value" value="{{ field.value }}" placeholder="Enter Content..." />
<input class="label" value="{{ field.name }}" placeholder="Enter Label..." />
</div>
</template>
</template>