Fixed typo (are -> is)
This commit is contained in:
@@ -265,7 +265,7 @@
|
|||||||
|
|
||||||
{if $countvar == 0}
|
{if $countvar == 0}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{intl l="There are currently no active module here."}
|
{intl l="There is currently no active module here."}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
{$myparent=$DEFAULT_FOLDER}
|
{$myparent=$DEFAULT_FOLDER}
|
||||||
{loop name="fold-parent" type="folder-tree" visible="*" folder="0"}
|
{loop name="fold-parent" type="folder-tree" visible="*" folder="0"}
|
||||||
<option value="{$ID}" style="padding-left: {3 + $LEVEL * 20}px" {if $myparent == $ID}selected="selected"{/if}>{$TITLE}</option>
|
<option value="{$ID}" style="padding-left: {3 + $LEVEL * 20}px" {if $myparent == $ID}selected="selected"{/if}>{$TITLE}</option>
|
||||||
{/loop }
|
{/loop}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
|
|
||||||
{if $countvar == 0}
|
{if $countvar == 0}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{intl l="There are currently no active module here."}
|
{intl l="There is currently no active module here."}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -147,7 +147,7 @@
|
|||||||
|
|
||||||
{if $countvar == 0}
|
{if $countvar == 0}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{intl l="There are currently no active module here."}
|
{intl l="There is currently no active module here."}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
{if $countvar == 0}
|
{if $countvar == 0}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
{intl l="There are currently no active module here."}
|
{intl l="There is currently no active module here."}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user