table link in table keywords
This commit is contained in:
@@ -1146,7 +1146,7 @@ class Databap extends PhpObject
|
||||
$asTable['title'] = self::getTableFormat($asTable['title']);
|
||||
$asTable['description'] = self::getDescriptionFormat($asTable['description']);
|
||||
$asTable['led'] = self::getDateFormat($asTable['led']);
|
||||
//$asTable['keywords'] = ToolBox::findReplaceLinks($asTable['description']);
|
||||
$asTable['formatted_keywords'] = ToolBox::findReplaceLinks($asTable['keywords']);
|
||||
}
|
||||
return $asTable;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -2388,7 +2388,7 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#table #read_keywords {
|
||||
#table #read_formatted_keywords {
|
||||
margin:10px 0 0 0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user