mirror of https://github.com/keeweb/keeweb
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
663 B
Handlebars
16 lines
663 B
Handlebars
<div class="tag">
|
|
<div class="back-button">
|
|
{{res 'retToApp'}} <i class="fa fa-arrow-circle-left back-button__post"></i>
|
|
</div>
|
|
<h1>{{res 'tagTitle'}}</h1>
|
|
<div class="tag__field">
|
|
<label for="tag__field-title">{{Res 'name'}}:</label>
|
|
<input type="text" class="input-base" id="tag__field-title" value="{{title}}" size="50" maxlength="128" required />
|
|
<button class="tag__btn-rename">{{res 'tagRename'}}</button>
|
|
</div>
|
|
<div class="tag__space"></div>
|
|
<div class="tag__buttons">
|
|
<i class="tag__buttons-trash fa fa-trash-alt" title="{{res 'tagTrash'}}" tip-placement="right"></i>
|
|
</div>
|
|
</div>
|