1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2013-07-24 17:17:55 +02:00
parent 2c0951caed
commit 6c634b98d3
2 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,8 @@
<table cellpadding="0" cellspacing="0" border="0" class="display" id="documentsTableID">
<thead>
<tr>
<th style="width: 490px">Content</th>
<th style="width: 100px">_key</th>
<th style="width: 385px">Content</th>
<th style="width: 200px">_key</th>
<th style="width: 10px"></th>
</tr>
</thead>

View File

@ -414,8 +414,8 @@ var documentsView = Backbone.View.extend({
"iDisplayLength": -1,
"bJQueryUI": false,
"aoColumns": [
{ "sClass":"","bSortable": false, "sWidth":"500px"},
{ "sClass":"", "bSortable": false, "sWidth":"30px"},
{ "sClass":"","bSortable": false, "sWidth":"470px"},
{ "sClass":"", "bSortable": false, "sWidth":"100px"},
{ "bSortable": false, "sClass": "", "sWidth":"20px"}
],
"oLanguage": { "sEmptyTable": "No documents"}