Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Javascript mit folgen den klammern {% }

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: German
View previous topic :: View next topic  
Author Message
jaja301000
Smarty n00b


Joined: 17 Jul 2012
Posts: 1

PostPosted: Tue Jul 17, 2012 6:38 am    Post subject: Javascript mit folgen den klammern {% } Reply with quote

Hallo,

habe ein kleine Frage habe ein Javascript mit folgen den klammern.

{% } %}
<td class="cancel">{% if (!i) { %}
<button class="btn btn-warning">
<i class="icon-ban-circle icon-white"></i>
<span>{%=locale.fileupload.cancel%}</span>
</button>
{% } %}</td>
</tr>
{% } %}


bei einfügen in eine eigene .tpl erhalte ich ein smarty tag fehler.

Was kann ich machen.
Back to top
View user's profile Send private message
Grizzly
Smarty Pro


Joined: 15 Apr 2011
Posts: 172
Location: Germany

PostPosted: Tue Jul 17, 2012 6:49 am    Post subject: Reply with quote

Das leigt daran, dass du "smarty-Klammern" verwendest, und smarty will diese dann als eigene Tags ansehen und versucht diese zu bearbeiten, daher der Fehler. Beheben kannst du das ganze, indem du den Literal-Smarty-Tag nimmst:


Code:

{literal}
{% if (!i) { %}
{/literal}
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: German All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP