table link in table keywords
This commit is contained in:
@@ -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">"J'ai explication !"</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);
|
||||
|
||||
Reference in New Issue
Block a user