File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 102102<option value="<?php echo string_attribute ( $ t_branch ) ?> " <?php echo check_selected ( $ t_branch , $ t_changeset ->ported ) ?> ><?php echo string_display_line ( $ t_branch ) ?> </option>
103103<?php } ?>
104104</select>
105+ <input type="submit" value="<?php echo plugin_lang_get ( 'update ' ) ?> "/>
105106<?php } else {
106107 echo $ t_changeset ->ported == "0 " ? plugin_lang_get ( 'na ' ) : $ t_changeset ->ported == "" ? plugin_lang_get ( 'pending ' ) : string_display_line ( $ t_changeset ->ported );
107108} ?>
110111</tr>
111112
112113<?php if ( $ t_update_form ) { ?>
113- <tr>
114- <td colspan="<?php echo $ t_columns -1 ?> "></td>
115- <td class="center"><input type="submit" value="<?php echo plugin_lang_get ( 'update ' ) ?> "/></td>
116- </tr>
117114</form>
118115<?php } ?>
119116
You can’t perform that action at this time.
0 commit comments