Skip to content
Snippets Groups Projects
Commit d18437d7 authored by efalcy's avatar efalcy
Browse files

dev #17875 : RGAA FOR-10 Absence d'élément de formulaire sans identifiant....

dev #17875 : RGAA FOR-10 Absence d'élément de formulaire sans identifiant. Supress input link for social networks
parent e0cbe63d
Branches
Tags
3 merge requests!896Master,!799Dev 17875 rgaa,!785Dev 17875 rgaa
......@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with BOKEH; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class ZendAfi_View_Helper_Permalink extends ZendAfi_View_Helper_BaseHelper {
public function permalink($url) {
......@@ -38,7 +38,7 @@ class ZendAfi_View_Helper_Permalink extends ZendAfi_View_Helper_BaseHelper {
$html .= '<div>' .
'<a href="#" onclick="$(this).parent().parent().hide(); return false">&raquo;&nbsp;' . $this->translate()->_('fermer cette fenêtre') . '</a>'.
'</div>';
$html .='<input type="text" value="' . $url . '"/>';
// $html .='<input type="text" value="' . $url . '"/>';
$html .='</div></div>';
return $html;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment