File tree 1 file changed +18
-24
lines changed
1 file changed +18
-24
lines changed Original file line number Diff line number Diff line change @@ -87,30 +87,24 @@ public function update_repo_form( $p_repo ) {
87
87
$ t_master_branch = 'master ' ;
88
88
}
89
89
?>
90
- <div class="field-container">
91
- <label><span><?php echo plugin_lang_get ( 'gitphp_root ' ) ?> </span></label>
92
- <span class="input">
93
- <input name="gitphp_root" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_gitphp_root ) ?> "/>
94
- </span>
95
- <span class="label-style"></span>
96
- </div>
97
-
98
- <div class="field-container">
99
- <label><span><?php echo plugin_lang_get ( 'gitphp_project ' ) ?> </span></label>
100
- <span class="input">
101
- <input name="gitphp_project" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_gitphp_project ) ?> "/>
102
- </span>
103
- <span class="label-style"></span>
104
- </div>
105
-
106
- <div class="field-container">
107
- <label><span><?php echo plugin_lang_get ( 'master_branch ' ) ?> </span></label>
108
- <span class="input">
109
- <input name="master_branch" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_master_branch ) ?> "/>
110
- </span>
111
- <span class="label-style"></span>
112
- </div>
113
-
90
+ <tr>
91
+ <td class="category"><?php echo plugin_lang_get ( 'gitphp_root ' ) ?> </td>
92
+ <td>
93
+ <input type="text" name="gitphp_root" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_gitphp_root ) ?> "/>
94
+ </td>
95
+ </tr>
96
+ <tr>
97
+ <td class="category"><?php echo plugin_lang_get ( 'gitphp_project ' ) ?> </td>
98
+ <td>
99
+ <input type="text" name="gitphp_project" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_gitphp_project ) ?> "/>
100
+ </td>
101
+ </tr>
102
+ <tr>
103
+ <td class="category"><?php echo plugin_lang_get ( 'master_branch ' ) ?> </td>
104
+ <td>
105
+ <input type="text" name="master_branch" maxlength="250" size="40" value="<?php echo string_attribute ( $ t_master_branch ) ?> "/>
106
+ </td>
107
+ </tr>
114
108
<?php
115
109
}
116
110
You can’t perform that action at this time.
0 commit comments