Changeset 20977 for trunk/plugins


Ignore:
Timestamp:
Feb 23, 2013, 8:03:50 AM (11 years ago)
Author:
rvelices
Message:

admin multi view smaller controller size (use sans serif fonts, less margins ...)

Location:
trunk/plugins/admin_multi_view
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/admin_multi_view/controller.php

    r15150 r20977  
    2323}
    2424?>
    25 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    26 "http://www.w3.org/TR/html4/strict.dtd">
     25<!DOCTYPE html">
    2726<?php
    2827
     
    225224<head>
    226225<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_pwg_charset() ?>">
     226<style>
     227BODY, TABLE {
     228  font-family: sans-serif;
     229  font-size: small;
     230}
     231BODY{
     232  margin: 2px;
     233}
     234</style>
    227235<title>Controller</title>
    228236
  • trunk/plugins/admin_multi_view/is_admin.inc.php

    r15805 r20977  
    4040  $js =
    4141'<script type="text/javascript">
    42 var theController = window.open("", "mview_controller", "alwaysRaised=yes,dependent=yes,toolbar=no,height=230,width=220,menubar=no,resizable=yes,scrollbars=yes,status=no");
     42var theController = window.open("", "mview_controller", "alwaysRaised=yes,dependent=yes,toolbar=no,height=200,width=220,menubar=no,resizable=yes,scrollbars=yes,status=no");
    4343if ( theController.location.toString()=="about:blank" || !theController.location.toString().match(/^(https?.*\/)controller\.php(\?.+)?$/))
    4444{
Note: See TracChangeset for help on using the changeset viewer.