This commit is contained in:
Keivan Beigi
2015-01-29 17:14:38 -08:00
parent b145ea1a70
commit c472d8fe96
155 changed files with 157 additions and 157 deletions
@@ -1,4 +1,4 @@
<table class="table table-hover">
<table class="table table-hover">
<thead>
<tr>
<th class="col-md-10 ">
@@ -1,4 +1,4 @@
<td class="col-md-10 x-folder folder-path">
<td class="col-md-10 x-folder folder-path">
{{path}}
</td>
<td class="col-md-3 x-folder folder-free-space">
@@ -1,4 +1,4 @@
<div class="modal-content">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3>Select Folder</h3>
@@ -1,4 +1,4 @@
<select class="col-md-4 form-control x-root-folder" validation-name="RootFolderPath">
<select class="col-md-4 form-control x-root-folder" validation-name="RootFolderPath">
{{#if this}}
{{#each this}}
<option value="{{id}}">{{path}}</option>