Start rewrite model for new article page

This commit is contained in:
leosw
2018-11-04 19:01:10 +01:00
parent 1f7a77e0d6
commit 7d3a00fd68
3 changed files with 35 additions and 49 deletions

View File

@@ -230,7 +230,7 @@ form.form label {
float: right;
font-size: 17px;
}
#url {
#permalink {
width: calc(100% - 20px);
}

View File

@@ -28,7 +28,7 @@
<p style="color: red;">L'URL sélectionnée est déjà prise.</p>
<? } ?>
<textarea rows="30" name="content" id="content" placeholder="Contenu de la page"><?=$blogArticle->content?></textarea>
<textarea rows="30" name="content" id="content" placeholder="Contenu de l'article"><?=$blogArticle->content?></textarea>
<? if(isset($new) AND $new==1) { ?>
<input type="text" value="<?=$blogArticle->permalink?>" name="permalink" id="permalink" placeholder="URL">