Commit a2df1dcf authored by delanoe's avatar delanoe

[FIX] Multiple delete Trash.

parent c677f6ae
...@@ -87,11 +87,11 @@ ...@@ -87,11 +87,11 @@
</div> </div>
<!-- CHECKBOX EDITION --> <!-- CHECKBOX EDITION -->
<!--
<div class="row collapse" id="editor"> <div class="row collapse" id="editor">
<button title="delete selected project" type="button" class="btn btn-danger" id="delete"> <button title="delete selected project" type="button" class="btn btn-danger" id="delete">
<span class="glyphicon glyphicon-trash " aria-hidden="true" ></span> <span class="glyphicon glyphicon-trash " aria-hidden="true" ></span>
</button> </button>
<!--
<button title="edit selected project" type="button" class="btn btn-warning" id="edit"> <button title="edit selected project" type="button" class="btn btn-warning" id="edit">
<span class="glyphicon glyphicon-pencil " aria-hidden="true" onclick="editProjects()"></span> <span class="glyphicon glyphicon-pencil " aria-hidden="true" onclick="editProjects()"></span>
</button> --> </button> -->
...@@ -118,7 +118,9 @@ ...@@ -118,7 +118,9 @@
<div id="{url}" class="item row"> <div id="{url}" class="item row">
<h3> <h3>
<div class="col-md-6 content"> <div class="col-md-6 content">
<!--
<input type="checkbox" value="{url}" data-id="{id}"> <input type="checkbox" value="{url}" data-id="{id}">
-->
<a href="{url}"> <a href="{url}">
<span class="glyphicon glyphicon-book" aria-hidden="true"></span> <span class="glyphicon glyphicon-book" aria-hidden="true"></span>
<span class="item_name">{name}</span> <span class="item_name">{name}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment