pull/618/head
tidusjar 8 years ago
parent 6f11b9efb0
commit d4da525985

@ -33,7 +33,7 @@
<!--Templates--> <!--Templates-->
<script id="plexAuthArea" type="text/html"> <script id="plexAuthArea" type="text/html">
<form method="post" action="/wizard/plexAuth" id="plexAuthForm"> <form method="post" action="@formAction/wizard/plexAuth" id="plexAuthForm">
<h4 class="media-heading landing-title">Plex Authentication</h4> <h4 class="media-heading landing-title">Plex Authentication</h4>
<div class="form-group"> <div class="form-group">
<label for="username" class="control-label">Username and Password</label> <label for="username" class="control-label">Username and Password</label>
@ -56,7 +56,7 @@
<script id="plexArea" type="text/html"> <script id="plexArea" type="text/html">
<form method="post" action="/wizard/plex" id="plexForm"> <form method="post" action="@formAction/wizard/plex" id="plexForm">
<h4 class="media-heading landing-title">Plex Settings</h4> <h4 class="media-heading landing-title">Plex Settings</h4>
<div class="form-group"> <div class="form-group">
<label for="Ip" class="control-label">Plex Hostname or IP Address</label> <label for="Ip" class="control-label">Plex Hostname or IP Address</label>
@ -87,7 +87,7 @@
</script> </script>
<script id="plexRequestArea" type="text/html"> <script id="plexRequestArea" type="text/html">
<form method="post" action="/wizard/plexrequest" id="plexRequestForm"> <form method="post" action="@formAction/wizard/plexrequest" id="plexRequestForm">
<div class="form-group"> <div class="form-group">
<div class="checkbox"> <div class="checkbox">
<input type="checkbox" id="SearchForMovies" name="SearchForMovies"><label id="SearchForMoviesLabel" for="SearchForMovies">Allow searching for Movies</label> <input type="checkbox" id="SearchForMovies" name="SearchForMovies"><label id="SearchForMoviesLabel" for="SearchForMovies">Allow searching for Movies</label>
@ -129,7 +129,7 @@
</script> </script>
<script id="authArea" type="text/html"> <script id="authArea" type="text/html">
<form method="post" action="/wizard/auth" id="authForm"> <form method="post" action="@formAction/wizard/auth" id="authForm">
<div class="form-group"> <div class="form-group">
<div class="checkbox userAuthTooltip" title="This will only allow the users that are your friends on Plex to log into Plex Requests. Note: They only need to enter their username, unless the below option is selected."> <div class="checkbox userAuthTooltip" title="This will only allow the users that are your friends on Plex to log into Plex Requests. Note: They only need to enter their username, unless the below option is selected.">
<input type="checkbox" id="userAuth" name="UserAuthentication"> <input type="checkbox" id="userAuth" name="UserAuthentication">
@ -153,7 +153,7 @@
</script> </script>
<script id="adminArea" type="text/html"> <script id="adminArea" type="text/html">
<form method="post" action="/wizard/createuser" id="adminForm"> <form method="post" action="@formAction/wizard/createuser" id="adminForm">
<h4 class="media-heading landing-title">Create the Admin account</h4> <h4 class="media-heading landing-title">Create the Admin account</h4>
<small>This account will be used to configure your settings and also manage all of the requests.</small> <small>This account will be used to configure your settings and also manage all of the requests.</small>
<div class="form-group"> <div class="form-group">

Loading…
Cancel
Save