aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/admin_plugins_addrepo.tpl
blob: de7b465bb34680fe1dfc817fef1ca8709941c2ba (plain) (tree)
1
2
3
4
5
6
7
8
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>