removed template-variables

v1.18.x
barisusakli 10 years ago
parent 71cad7e181
commit ef65b711de

@ -60,10 +60,6 @@
</li>
<!-- END active -->
</ul>
<input type="hidden" template-variable="rewards" value="{function.stringify, rewards}" />
<input type="hidden" template-variable="active" value="{function.stringify, active}" />
<input type="hidden" template-variable="conditions" value="{function.stringify, conditions}" />
<input type="hidden" template-variable="conditionals" value="{function.stringify, conditionals}" />
</div>
</div>
</div>

@ -82,7 +82,6 @@
<span class="pull-right badge"><!-- IF available.core -->core<!-- ELSE -->plugin<!-- ENDIF available.core --></span>
</li>
<!-- END available -->
<input type="hidden" template-variable="available" value="{function.stringify, available}" />
</ul>
</div>
</div>

@ -131,4 +131,3 @@
<i class="material-icons">save</i>
</button>
<input type="hidden" template-variable="cid" value="{category.cid}" />

@ -77,6 +77,5 @@
</div>
<input type="hidden" template-variable="yourid" value="{yourid}" />

@ -118,7 +118,6 @@
<div class="text-center {loadmore_display}">
<button id="load-more-users-btn" class="btn btn-primary">Load More</button>
</div>
<input type="hidden" template-variable="yourid" value="{yourid}" />
</div>
</div>

@ -1,2 +0,0 @@
<input type="hidden" template-variable="yourid" value="{yourid}" />
<input type="hidden" template-variable="theirid" value="{theirid}" />

@ -1,3 +0,0 @@
<input type="hidden" template-variable="userslug" value="{userslug}" />
<input type="hidden" template-variable="gravatarpicture" value="{gravatarpicture}" />
<input type="hidden" template-variable="uploadedpicture" value="{uploadedpicture}" />

@ -1 +0,0 @@
<input type="hidden" template-type="boolean" template-variable="isFollowing" value="{isFollowing}" />

@ -1,6 +0,0 @@
<input type="hidden" template-variable="category_id" value="{cid}" />
<input type="hidden" template-variable="category_name" value="{name}" />
<input type="hidden" template-variable="category_slug" value="{slug}" />
<input type="hidden" template-variable="topic_count" value="{topic_count}" />
<input type="hidden" template-variable="currentPage" value="{currentPage}" />
<input type="hidden" template-variable="pageCount" value="{pageCount}" />

@ -1,2 +0,0 @@
<input type="hidden" template-variable="group_name" value="{group.displayName}" />
<input type="hidden" template-variable="is_owner" value="{group.isOwner}" />

@ -1 +0,0 @@
<input type="hidden" template-variable="reset_code" value="{code}" />

@ -1 +0,0 @@
<input type="hidden" template-variable="tag" value="{tag}" />

@ -1,11 +0,0 @@
<input type="hidden" template-variable="topic_id" value="{tid}" />
<input type="hidden" template-variable="topic_slug" value="{slug}" />
<input type="hidden" template-variable="category_id" value="{category.cid}" />
<input type="hidden" template-variable="currentPage" value="{currentPage}" />
<input type="hidden" template-variable="pageCount" value="{pageCount}" />
<input type="hidden" template-variable="locked" template-type="boolean" value="{locked}" />
<input type="hidden" template-variable="deleted" template-type="boolean" value="{deleted}" />
<input type="hidden" template-variable="pinned" template-type="boolean" value="{pinned}" />
<input type="hidden" template-variable="topic_name" value="{title}" />
<input type="hidden" template-variable="postcount" value="{postcount}" />
<input type="hidden" template-variable="viewcount" value="{viewcount}" />
Loading…
Cancel
Save