table link in table keywords

This commit is contained in:
2014-08-28 20:37:20 +02:00
parent 52d117316f
commit 6b3e547b93
3 changed files with 3 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
<div id="table_main" class="step_box form_success round">
<p class="step_box_title"><!-- <a href="http://fr.wikipedia.org/wiki/Le_Monde_de_monsieur_Fred" target="_blank"> --><span title="Helmut Perchut">&quot;J'ai explication !&quot;</span><!-- </a> --></p>
<textarea name="keywords" id="keywords" class="edit inc_border round"></textarea>
<p class="read" id="read_keywords"></p>
<p class="read" id="read_formatted_keywords"></p>
</div>
<div id="validation" class="form_success"></div>
</form>
@@ -117,7 +117,6 @@ Table.prototype.applyTableInfo = function()
Table.prototype.setDisplay = function(sDisplay)
{
//debug(sDisplay);
var sOtherDisplay = '';
var bRedit = (this.sDisplay!=''); //Edit existing table
this.sDisplay = sDisplay || (this.sDisplay==this.DISPLAY_EDIT?this.DISPLAY_READ:this.DISPLAY_EDIT);