new control menu

This commit is contained in:
Serghey Rodin 2012-06-08 00:36:05 +03:00
commit ef1a5d748d
20 changed files with 95 additions and 77 deletions

View file

@ -111,8 +111,8 @@
<tr><td><input type="text" size="20" class="add-input" name="v_stats_password" <?php if (!empty($v_stats_password)) echo "value=".$v_stats_password; ?> id="v_password"></tr>
</td></tr></tr></table>
<tr><td style="padding: 24px 0 0 0;">
<input type="submit" class="add-button" name="save" value="Save">
<input type="submit" class="add-button" name="cancel" value="Cancel">
<input type="submit" class="add-button" name="save" value="Save"></form>
<input type="button" class="add-button" value="Cancel" onClick="location.href='/list/web/'">
</td></tr>
</form>
</table>