Skip to content

Commit

Permalink
add tal:condition to check latests agreements
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Diaz committed Jun 22, 2018
1 parent 89be785 commit fa51165
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions genweb/organs/search.pt
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,11 @@
consell_social view/getLatestCS;
claustre view/getLatestCU">
<div class="titling-line-container">
<h2 class="titling-line"> Accedir als darrers acords de </h2>
<h2 class="titling-line" i18n:domain="genweb.organs" i18n:translate=""> Accedir als darrers acords de </h2>
</div>
<div class="row-fluid">
<ol class="list-agenda span12" style="outline-style: none;">
<li class="span4 col-sm-6 col-xs-12" style="outline-style: none;">
<li tal:condition="organ_govern" class="span4 col-sm-6 col-xs-12" style="outline-style: none;">
<a tal:attributes="href organ_govern/url">
<span class="event-time">
<span class="event-time--wrap">
Expand All @@ -467,7 +467,7 @@
<h2 class="event-title" tal:content="organ_govern/title">Sessio de test 1</h2>
</a>
</li>
<li class="span4 col-sm-6 col-xs-12" style="outline-style: none;">
<li tal:condition="consell_social" class="span4 col-sm-6 col-xs-12" style="outline-style: none;">
<a tal:attributes="href consell_social/url">
<span class="event-time">
<span class="event-time--wrap">
Expand All @@ -477,7 +477,7 @@
<h2 class="event-title" tal:content="consell_social/title">Sessio de test 2</h2>
</a>
</li>
<li class="span4 col-sm-6 col-xs-12" style="outline-style: none;">
<li tal:condition="claustre" class="span4 col-sm-6 col-xs-12" style="outline-style: none;">
<a tal:attributes="href claustre/url"class=" " style="">
<span class="event-time">
<span class="event-time--wrap">
Expand Down

0 comments on commit fa51165

Please sign in to comment.