and more missing wrappers
This commit is contained in:
parent
d5ceb33f6d
commit
f8aabd376b
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper">
|
<div class="generic-content-wrapper-styled">
|
||||||
<h2>{{$header}}</h2>
|
<h2>{{$header}}</h2>
|
||||||
|
|
||||||
<h3>{{$addr}}</h3>
|
<h3>{{$addr}}</h3>
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<div class="widget">
|
||||||
<h3>{{$admtxt}}</h3>
|
<h3>{{$admtxt}}</h3>
|
||||||
<ul class="nav nav-pills nav-stacked">
|
<ul class="nav nav-pills nav-stacked">
|
||||||
<li><a href='{{$admin.site.0}}'>{{$admin.site.1}}</a></li>
|
<li><a href='{{$admin.site.0}}'>{{$admin.site.1}}</a></li>
|
||||||
@ -20,6 +21,7 @@
|
|||||||
<li><a href='{{$admin.hubloc.0}}'>{{$admin.hubloc.1}}</a></li>
|
<li><a href='{{$admin.hubloc.0}}'>{{$admin.hubloc.1}}</a></li>
|
||||||
<li><a href='{{$admin.dbsync.0}}'>{{$admin.dbsync.1}}</a></li>
|
<li><a href='{{$admin.dbsync.0}}'>{{$admin.dbsync.1}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
{{if $admin.update}}
|
{{if $admin.update}}
|
||||||
<ul class="nav nav-pills nav-stacked">
|
<ul class="nav nav-pills nav-stacked">
|
||||||
@ -29,16 +31,20 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
||||||
{{if $admin.plugins_admin}}<h3>{{$plugadmtxt}}</h3>{{/if}}
|
{{if $admin.plugins_admin}}
|
||||||
|
<div class="widget">
|
||||||
|
<h3>{{$plugadmtxt}}</h3>
|
||||||
<ul class="nav nav-pills nav-stacked">
|
<ul class="nav nav-pills nav-stacked">
|
||||||
{{foreach $admin.plugins_admin as $l}}
|
{{foreach $admin.plugins_admin as $l}}
|
||||||
<li><a href='{{$l.0}}'>{{$l.1}}</a></li>
|
<li><a href='{{$l.0}}'>{{$l.1}}</a></li>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
<div class="widget">
|
||||||
<h3>{{$logtxt}}</h3>
|
<h3>{{$logtxt}}</h3>
|
||||||
<ul class="nav nav-pills nav-stacked">
|
<ul class="nav nav-pills nav-stacked">
|
||||||
<li><a href='{{$admin.logs.0}}'>{{$admin.logs.1}}</a></li>
|
<li><a href='{{$admin.logs.0}}'>{{$admin.logs.1}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<div class = "generic-content-wrapper" id='adminpage'>
|
<div class = "generic-content-wrapper-styled" id='adminpage'>
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
<form action="{{$baseurl}}/admin/channels" method="post">
|
<form action="{{$baseurl}}/admin/channels" method="post">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper" id='adminpage'>
|
<div class="generic-content-wrapper-styled" id='adminpage'>
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
<table id='server'>
|
<table id='server'>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper" id='adminpage'>
|
<div class="generic-content-wrapper-styled" id='adminpage'>
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
<form action="{{$baseurl}}/admin/logs" method="post">
|
<form action="{{$baseurl}}/admin/logs" method="post">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper" id='adminpage'>
|
<div class="generic-content-wrapper-styled" id='adminpage'>
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
<ul id='pluginslist'>
|
<ul id='pluginslist'>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class = "generic-content-wrapper" id='adminpage'>
|
<div class = "generic-content-wrapper-styled" id='adminpage'>
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
<p><i class='toggleplugin {{if $status==on}}icon-check{{else}}icon-check-empty{{/if}} admin-icons'></i> {{$info.name}} - {{$info.version}} : <a href="{{$baseurl}}/admin/{{$function}}/{{$plugin}}/?a=t&t={{$form_security_token}}">{{$action}}</a></p>
|
<p><i class='toggleplugin {{if $status==on}}icon-check{{else}}icon-check-empty{{/if}} admin-icons'></i> {{$info.name}} - {{$info.version}} : <a href="{{$baseurl}}/admin/{{$function}}/{{$plugin}}/?a=t&t={{$form_security_token}}">{{$action}}</a></p>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<div id="adminpage" class="generic-content-wrapper">
|
<div id="adminpage" class="generic-content-wrapper-styled">
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
<form action="{{$baseurl}}/admin/site" method="post">
|
<form action="{{$baseurl}}/admin/site" method="post">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper" id='adminpage'>
|
<div class="generic-content-wrapper-styled" id='adminpage'>
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<div class = "generic-content-wrapper" id='adminpage'>
|
<div class = "generic-content-wrapper-styled" id='adminpage'>
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
<form action="{{$baseurl}}/admin/users" method="post">
|
<form action="{{$baseurl}}/admin/users" method="post">
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<div class="generic-content-wrapper-styled">
|
||||||
<h2>{{$banner}}</h2>
|
<h2>{{$banner}}</h2>
|
||||||
|
|
||||||
<div id="failed_updates_desc">{{$desc}}</div>
|
<div id="failed_updates_desc">{{$desc}}</div>
|
||||||
@ -14,4 +15,4 @@
|
|||||||
<hr />
|
<hr />
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper">
|
<div class="generic-content-wrapper-styled">
|
||||||
<h1>{{$ptitle}}</h1>
|
<h1>{{$ptitle}}</h1>
|
||||||
|
|
||||||
{{$nickname_block}}
|
{{$nickname_block}}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper">
|
<div class="generic-content-wrapper-styled">
|
||||||
<h1>{{$title}}</h1>
|
<h1>{{$title}}</h1>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper">
|
<div class="generic-content-wrapper-styled">
|
||||||
<h1>{{$title}}</h1>
|
<h1>{{$title}}</h1>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<div class="generic-content-wrapper-styled">
|
||||||
<h1>{{$title}}</h1>
|
<h1>{{$title}}</h1>
|
||||||
|
|
||||||
<form action="settings/connectors" method="post" autocomplete="off">
|
<form action="settings/connectors" method="post" autocomplete="off">
|
||||||
@ -6,4 +7,4 @@
|
|||||||
{{$settings_connectors}}
|
{{$settings_connectors}}
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper">
|
<div class="generic-content-wrapper-styled">
|
||||||
<h1>{{$ptitle}}</h1>
|
<h1>{{$ptitle}}</h1>
|
||||||
|
|
||||||
<form action="settings/display" id="settings-form" method="post" autocomplete="off" >
|
<form action="settings/display" id="settings-form" method="post" autocomplete="off" >
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper">
|
<div class="generic-content-wrapper-styled">
|
||||||
<h1>{{$title}}</h1>
|
<h1>{{$title}}</h1>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="generic-content-wrapper">
|
<div class="generic-content-wrapper-styled">
|
||||||
<h1>{{$title}}</h1>
|
<h1>{{$title}}</h1>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user