Revert "move theme specific files to theme dir"
This reverts commit e332d1074f
.
This commit is contained in:
9
view/tpl/admin_plugins_addrepo.tpl
Normal file
9
view/tpl/admin_plugins_addrepo.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<form id="add-plugin-repo-form" action="{{$post}}" method="post" >
|
||||
|
||||
<p class="descriptive-text">{{$desc}}</p>
|
||||
{{include file="field_input.tpl" field=$repoURL}}
|
||||
{{include file="field_input.tpl" field=$repoName}}
|
||||
<div class="btn-group pull-right">
|
||||
<button id="add-plugin-repo-submit" class="btn btn-primary" type="submit" name="submit" onclick="adminPluginsAddRepo(); return false;">{{$submit}}</button>
|
||||
</div>
|
||||
</form>
|
Reference in New Issue
Block a user