@@ -108,36 +108,52 @@ public function update_repo_form( $p_repo ) {
108108 } else {
109109 $ t_master_branch = 'master ' ;
110110 }
111- ?>
112- <tr <?php echo helper_alternate_class () ?> >
113- <td class="category"><?php echo plugin_lang_get ( 'bit_basic_login ' ) ?> </td>
114- <td><input name="bit_basic_login" maxlength="250" size="40"
115- value="<?php echo string_attribute ( $ t_bit_basic_login ) ?> "/></td>
116- </tr>
117- <tr <?php echo helper_alternate_class () ?> >
118- <td class="category"><?php echo plugin_lang_get ( 'bit_basic_pwd ' ) ?> </td>
119- <td><input type="password" name="bit_basic_pwd" maxlength="250" size="40"
120- value="<?php echo string_attribute ( $ t_bit_basic_pwd ) ?> "/></td>
121- </tr>
122- <tr <?php echo helper_alternate_class () ?> >
123- <td class="category"><?php echo plugin_lang_get ( 'bit_username ' ) ?> </td>
124- <td><input name="bit_username" maxlength="250" size="40"
125- value="<?php echo string_attribute ( $ t_bit_username ) ?> "/></td>
126- </tr>
127- <tr <?php echo helper_alternate_class () ?> >
128- <td class="category"><?php echo plugin_lang_get ( 'bit_reponame ' ) ?> </td>
129- <td><input name="bit_reponame" maxlength="250" size="40"
130- value="<?php echo string_attribute ( $ t_bit_reponame ) ?> "/></td>
131- </tr>
132- <tr>
133- <td class="spacer"></td>
134- </tr>
135- <tr <?php echo helper_alternate_class () ?> >
136- <td class="category"><?php echo plugin_lang_get ( 'master_branch ' ) ?> </td>
137- <td><input name="master_branch" maxlength="250" size="40"
138- value="<?php echo string_attribute ( $ t_master_branch ) ?> "/></td>
139- </tr>
140- <?php
111+
112+ ?>
113+
114+ <div class="field-container">
115+ <label><span><?php echo plugin_lang_get ( 'bit_basic_login ' ) ?> </span></label>
116+ <span class="input">
117+ <input name="bit_basic_login" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_bit_basic_login ) ?> "/>
118+ </span>
119+ <span class="label-style"></span>
120+ </div>
121+
122+ <div class="field-container">
123+ <label><span><?php echo plugin_lang_get ( 'bit_basic_pwd ' ) ?> </span></label>
124+ <span class="input">
125+ <input type="password" name="bit_basic_pwd" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_bit_basic_pwd ) ?> "/>
126+ </span>
127+ <span class="label-style"></span>
128+ </div>
129+
130+ <div class="field-container">
131+ <label><span><?php echo plugin_lang_get ( 'bit_username ' ) ?> </span></label>
132+ <span class="input">
133+ <input name="bit_username" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_bit_username ) ?> "/>
134+ </span>
135+ <span class="label-style"></span>
136+ </div>
137+
138+ <div class="field-container">
139+ <label><span><?php echo plugin_lang_get ( 'bit_reponame ' ) ?> </span></label>
140+ <span class="input">
141+ <input name="bit_reponame" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_bit_reponame ) ?> "/>
142+ </span>
143+ <span class="label-style"></span>
144+ </div>
145+
146+ <div class="spacer"></div>
147+
148+ <div class="field-container">
149+ <label><span><?php echo plugin_lang_get ( 'master_branch ' ) ?> </span></label>
150+ <span class="input">
151+ <input name="master_branch" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_master_branch ) ?> "/>
152+ </span>
153+ <span class="label-style"></span>
154+ </div>
155+
156+ <?php
141157 }
142158
143159 public function update_repo ( $ p_repo ) {
0 commit comments