Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajouter dans l'action-bar le "Lien de l'article : voir" pour le rendre mieux visible #215

Closed
sudwebdesign opened this issue Mar 22, 2017 · 0 comments

Comments

@sudwebdesign
Copy link
Contributor

sudwebdesign commented Mar 22, 2017

Je le cherche souvent ce lien pendant et après l'édition d'un article

Pour l'afficher dans la barre d'action dans article.php la ligne 282 devient quelque chose du genre :

		<p>
				<a class="back" href="index.php"><?php echo L_BACK_TO_ARTICLES ?></a>
				<?php if($artId!='' AND $artId!='0000') : ?>
						<?php $link = $plxAdmin->urlRewrite('?article'.intval($artId).'/'.$url) ?>
						 - <?php echo L_LINK_FIELD ?>&nbsp;:&nbsp;<?php echo '<a onclick="this.target=\'_blank\';return true;" href="'.$link.'" title="'.L_LINK_ACCESS.' : '.$link.'">'.L_LINK_VIEW.'</a>'; ?>
				<?php endif; ?>
		</p>

du coup avec la modif la déclaration de la variable $link est en double (ligne 357)

Longue et belle vie a PluXml

@sudwebdesign sudwebdesign changed the title Lien de l'article : voir dans l'action-bar ou plus visible ;) Ajouter dans l'action-bar le "Lien de l'article : voir" pour le rendre mieux visible Mar 22, 2017
@haruka-7 haruka-7 closed this as completed May 4, 2019
haruka-7 added a commit that referenced this issue Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants