Commentaires obligés sur les POIs
This commit is contained in:
@@ -187,11 +187,6 @@ $(document).ready(function(){
|
||||
<p id="abstract"></p>
|
||||
<div id="specific_form"></div>
|
||||
|
||||
<label for="is_commentable">
|
||||
<input type="checkbox" name="is_commentable" id="is_commentable" <?=$poi->is_commentable ? 'checked' : ''?> />
|
||||
<span>Autoriser les commentaires</span>
|
||||
</label>
|
||||
|
||||
<? if(isset($new) AND $new==1) { ?>
|
||||
<div id="permalink_container">
|
||||
<label id="permalink_label" for="permalink"><?=$config['web_root_folder']?>poi/</label>
|
||||
|
||||
Reference in New Issue
Block a user