File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ function convert_to_key_value( $p_array ) {
103103
104104 <table class="table table-bordered table-condensed">
105105 <tr>
106- <td class="category" width="30 %"><?php echo plugin_lang_get ( 'name ' ) ?> </td>
106+ <td class="category" width="35 %"><?php echo plugin_lang_get ( 'name ' ) ?> </td>
107107 <td><?php echo string_display ( $ t_repo ->name ) ?> </td>
108108 </tr>
109109
Original file line number Diff line number Diff line change 5050 <div class="table-responsive">
5151 <table class="table table-striped table-bordered table-condensed">
5252 <tr>
53- <td class="category"><?php echo plugin_lang_get ( 'name ' ) ?> </td>
53+ <td class="category" width="35%" ><?php echo plugin_lang_get ( 'name ' ) ?> </td>
5454 <td>
5555 <input name="repo_name" type="text" maxlength="128" size="40" value="<?php echo string_attribute ( $ t_repo ->name ) ?> "/>
5656 </td>
You can’t perform that action at this time.
0 commit comments