File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Admin/Presenters/templates/Trainings
Www/Presenters/templates/Trainings Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 { /ifset}
5151 { else } –{ /ifset}
5252 { /capture }
53- <small title =" { $title |strip } " >
53+ <small title =" { (string) $title |strip } " >
5454 { ifset $application -> priceWithCurrency } { $application -> priceWithCurrency } { if $application -> price > 0 && ! isset($application -> paid )} <strong >!</strong >{ /if } { else } –{ /ifset}
5555 </small >
5656 </td >
Original file line number Diff line number Diff line change 2222 { /ifset}
2323 { else } –{ /ifset}
2424 { /capture }
25- <small title =" { $title |strip } " >
25+ <small title =" { (string) $title |strip } " >
2626 { ifset $application -> priceWithCurrency } { $application -> priceWithCurrency } { if $application -> price > 0 && ! isset($application -> paid )} <strong >!</strong >{ /if } { else } –{ /ifset}
2727 </small >
2828 </td >
Original file line number Diff line number Diff line change 11{ foreach $discontinued as $training }
22 { capture $names } { foreach $training -> getTrainings () as $trainingName } **{ $trainingName |translate} **{ sep} , { /sep} { /foreach } { /capture }
3- { _$training -> getDescription ()|format:$names , $training -> getNewHref ()}
3+ { _$training -> getDescription ()|format:(string) $names , $training -> getNewHref ()}
44{ /foreach }
Original file line number Diff line number Diff line change 1414{ var $type = $remote ? ' remote' : ' regular' }
1515<p >
1616 { capture $date } { $trainingStart |localeIntervalDay:$trainingEnd } { /capture }
17- { _" messages.trainings.files.thankyou.$type" |format:$trainingTitle , $date }
17+ { _" messages.trainings.files.thankyou.$type" |format:$trainingTitle , (string) $date }
1818 { _" messages.trainings.files.download.$type.$familiar" }
1919</p >
2020<ul >
Original file line number Diff line number Diff line change 153153</div >
154154<p n:if =" !$dates" >
155155 { capture $anchor } #{ _html.id.application} { /capture }
156- { _messages.trainings.nodateyet.long|format:$anchor }
156+ { _messages.trainings.nodateyet.long|format:(string) $anchor }
157157 { _messages.trainings.companythistraining|format:" link:Www:CompanyTrainings:training $name" }
158158</p >
159159<p ><small >{ _messages.trainings.regularlyeveryquarter} </small ></p >
You can’t perform that action at this time.
0 commit comments