nextcloud/apps/files/templates/fileexists.html

32 lines
1.2 KiB
HTML
Raw Normal View History

2013-09-04 17:24:25 +04:00
<div id="{dialog_name}" title="{title}" class="fileexists">
<span class="why">{why}<!-- Which files do you want to keep --></span><br/>
<span class="what">{what}<!-- If you select both versions, the copied file will have a number added to its name. --></span><br/>
<br/>
<table>
2015-09-25 00:34:53 +03:00
<th><input id="checkbox-allnewfiles" class="allnewfiles checkbox" type="checkbox" /><label for="checkbox-allnewfiles">{allnewfiles}<span class="count"></span></label></th>
<th><input id="checkbox-allexistingfiles" class="allexistingfiles checkbox" type="checkbox" /><label for="checkbox-allexistingfiles">{allexistingfiles}<span class="count"></span></label></th>
2013-09-04 17:24:25 +04:00
</table>
<div class="conflicts">
<div class="template">
2013-09-04 17:24:25 +04:00
<div class="filename"></div>
<div class="replacement">
2015-09-24 15:12:54 +03:00
<input type="checkbox" class="checkbox u-left"/>
<label>
2013-09-04 17:24:25 +04:00
<span class="svg icon"></span>
<div class="mtime"></div>
<div class="size"></div>
</label>
2013-09-04 17:24:25 +04:00
</div>
<div class="original">
2015-09-24 15:12:54 +03:00
<input type="checkbox" class="checkbox u-left" />
<label>
2013-09-04 17:24:25 +04:00
<span class="svg icon"></span>
<div class="mtime"></div>
<div class="size"></div>
<div class="message"></div>
</label>
2013-09-04 17:24:25 +04:00
</div>
</div>
</div>
</div>