Skip to content

Commit

Permalink
[+] Administration > Nouvel article: ajout de l'attribut id="id_cal" …
Browse files Browse the repository at this point in the history
…à la balise <a> de l'icone du calendrier
  • Loading branch information
Stephane committed Mar 11, 2014
1 parent 7609b33 commit b33bbed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## PLUXML 5.3.1 (sortie : xx/xx/2014) ##

[+] plxAdmin::delArticle: ajout du hook plxAdminDelArticle
[+] Administration > Nouvel article: ajout de l'attribut id="id_cal" à la balise <a> de l'icone du calendrier
BUG fix #46: Paramètre display_empty_cat non initialisé dans install.php
BUG fix #48: Erreur de parenthèse dans plxFeed sur instruction utf8_decode
BUG fix #53: plxShow::staticList : variable #static_class non traitée (contribution ReSpAwN)
Expand Down
2 changes: 1 addition & 1 deletion core/admin/article.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<?php plxUtils::printInput('month',$date['month'],'text','2-2',false,'fld1'); ?>
<?php plxUtils::printInput('year',$date['year'],'text','2-4',false,'fld2'); ?>
<?php plxUtils::printInput('time',$date['time'],'text','2-5',false,'fld2'); ?>
<a href="javascript:void(0)" onclick="dateNow(<?php echo date('Z') ?>); return false;" title="<?php L_NOW; ?>"><img src="theme/images/date.png" alt="" /></a>
<a id="id_cal" href="javascript:void(0)" onclick="dateNow(<?php echo date('Z') ?>); return false;" title="<?php L_NOW; ?>"><img src="theme/images/date.png" alt="" /></a>

<p><label><?php echo L_ARTICLE_CATEGORIES ?>&nbsp;:</label></p>
<?php
Expand Down

0 comments on commit b33bbed

Please sign in to comment.