changing text input fields back to checkboxes for the social media columns
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 30 Oct 2017 19:58:33 +0000 (15:58 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 30 Oct 2017 19:58:33 +0000 (15:58 -0400)
setting social media import options to use checkboxes instead of text input

views/admin/management/social.html

index df98683..859071b 100644 (file)
                         <input id="db_password" name="db_password" />
                     <fieldset>
                 </div>
-                <div style="float:left;width: 200px;">
+                <div style="float:left;width: 200px;padding-left: 50px;">
                     <fieldset>
                         <legend>Settings:</legend>
                         <label for="schema">Schema</label>
                         <input id="schema" name="db_schema" />
                     </fieldset>
-
-                    <input type="submit" value="Import Members Social Url's" />
                 </div>
                 <div style="width: 200px;padding-top: 20px;clear: both;">
                     <fieldset>
-                        <legend style="font-weight: bold;padding-bottom:10px;">Social Media Column Names:</legend>
+                        <legend style="font-weight: bold;padding-bottom:10px;">Social Media Columns:</legend>
                         <label for="schema">Facebook</label>
-                        <input type="text" id="facebook" name="facebook" />
+                        <input value="facebook" type="checkbox" id="facebook" name="facebook" /><br>
                         
                         <label for="schema">Instagram</label>
-                        <input type="text" id="instagram" name="instagram" />
+                        <input value="instagram" type="checkbox" id="instagram" name="instagram" /><br>
                         
                         <label for="schema">Myspace</label>
-                        <input type="text" id="myspace" name="myspace" />
+                        <input value="myspace" type="checkbox" id="myspace" name="myspace" /><br>
                         
                         <label for="schema">Blog</label>
-                        <input type="text" id="blog" name="blog" />
+                        <input value="blog" type="checkbox" id="blog" name="blog" /><br>
                         
                         <label for="schema">Twitter</label>
-                        <input type="text" id="twitter" name="twitter" />
+                        <input value="twitter" type="checkbox" id="twitter" name="twitter" /><br>
                         
                         <label for="schema">LinkedIn</label>
-                        <input type="text" id="linkedin" name="linkedin" />
+                        <input value="linkedin" type="checkbox" id="linkedin" name="linkedin" /><br>
                         
                         <label for="schema">Google +</label>
-                        <input type="text" id="googleplus" name="googleplus" />
+                        <input value="google_plus" type="checkbox" id="googleplus" name="googleplus" /><br>
                         
                         <label for="schema">Youtube</label>
-                        <input type="text" id="youtube" name="youtube" />
+                        <input value="youtube" type="checkbox" id="youtube" name="youtube" /><br>
                         
                         <label for="schema">Pinterest</label>
-                        <input type="text" id="pinterest" name="pinterest" />
+                        <input value="pinterest" type="checkbox" id="pinterest" name="pinterest" /><br>
                         
                         <label for="schema">Digg</label>
-                        <input type="text" id="digg" name="digg" />
+                        <input value="digg" type="checkbox" id="digg" name="digg" /><br>
                         
                         <label for="schema">Flickr</label>
-                        <input type="text" id="flickr" name="flickr" />
+                        <input value="flickr" type="checkbox" id="flickr" name="flickr" /><br>
                         
                         <label for="schema">Photobucket</label>
-                        <input type="text" id="photobucket" name="photobucket" />
+                        <input value="photobucket" type="checkbox" id="photobucket" name="photobucket" /><br>
                         
                     </fieldset>