Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tags.html « templates « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7125027a267f455fb8cdbc07c16931f3f2e5cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div id="tagsdialog">
	<div class="content">
		<div class="scrollarea">
			<ul class="taglist">
				<li><input type="checkbox" name="ids[]" id="tag_{id}" value="{name}">
					<label for="tag_{id}">{name}</label>
				</li>
			</ul>
		</div>
		<div class="bottombuttons">
			<input type="text" class="addinput" name="tag" placeholder="{addText}">
		</div>
	</div>
</div>