29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-03 18:43:40 +00:00

BlueStork UI fixes, CSS cleanup, language fixes, new icons

git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@16933 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
This commit is contained in:
Ron Severdia 2010-05-10 06:26:51 +00:00
parent b3a8953b67
commit 5b8696da40
148 changed files with 80 additions and 104 deletions

View File

@ -32,7 +32,7 @@
size="20"
/>
<field name="showtitle" type="list"
<field name="showtitle" type="radio"
default="1"
description="COM_MODULES_FIELD_SHOWTITLE_DESC"
label="COM_MODULES_FIELD_SHOWTITLE_LABEL"

View File

@ -39,7 +39,7 @@ $hasContent = empty($this->item->module) || $this->item->module == 'custom' || $
<form action="<?php JRoute::_('index.php?option=com_modules'); ?>" method="post" name="adminForm" id="module-form" class="form-validate">
<div class="width-60 fltlft">
<fieldset class="adminform">
<legend><?php echo JText::_('JOPTION_REQUIRED');?> </legend>
<legend><?php echo JText::_('JDETAILS'); ?></legend>
<!-- Module metadata -->
@ -57,19 +57,14 @@ $hasContent = empty($this->item->module) || $this->item->module == 'custom' || $
<?php echo $this->form->getLabel('access'); ?>
<?php echo $this->form->getInput('access'); ?>
</fieldset>
<fieldset class="adminform">
<legend><?php echo JText::_('JDETAILS'); ?></legend>
<?php echo $this->form->getLabel('ordering'); ?>
<div id="jform_ordering" class="fltlft"><?php echo $this->form->getInput('ordering'); ?></div>
<?php echo $this->form->getLabel('showtitle'); ?>
<?php echo $this->form->getInput('showtitle'); ?>
<?php echo $this->form->getLabel('note'); ?>
<?php echo $this->form->getInput('note'); ?>
<?php if ((string) $this->item->xml->name != 'Login Form'): ?>
<?php echo $this->form->getLabel('publish_up'); ?>
<?php echo $this->form->getInput('publish_up'); ?>
@ -80,6 +75,9 @@ $hasContent = empty($this->item->module) || $this->item->module == 'custom' || $
<?php echo $this->form->getLabel('language'); ?>
<?php echo $this->form->getInput('language'); ?>
<?php echo $this->form->getLabel('note'); ?>
<?php echo $this->form->getInput('note'); ?>
<?php if ($this->item->id) : ?>
<?php echo $this->form->getLabel('id'); ?>
@ -94,18 +92,18 @@ $hasContent = empty($this->item->module) || $this->item->module == 'custom' || $
<?php echo $this->form->getLabel('client_id'); ?>
<input type="text" size="35" value="<?php echo $this->item->client_id == 0 ? JText::_('JSITE') : JText::_('JADMINISTRATOR'); ?> " class="readonly" readonly="readonly" />
<br class="clr" />
<?php if ($this->item->xml) : ?>
<div class="clr" /></div>
<?php if ($this->item->xml) : ?>
<?php if ($text = trim($this->item->xml->description)) : ?>
<label>
<?php echo JText::_('COM_MODULES_MODULE_DESCRIPTION'); ?>
</label>
<?php echo JText::_($text); ?>
<span class="readonly mod-desc"><?php echo JText::_($text); ?></span>
<?php endif; ?>
<?php else : ?>
<?php echo JText::_('COM_MODULES_ERR_XML'); ?>
<p class="error"><?php echo JText::_('COM_MODULES_ERR_XML'); ?></p>
<?php endif; ?>
<br class="clr" />
<div class="clr" /></div>
</fieldset>
</div>
@ -120,9 +118,7 @@ $hasContent = empty($this->item->module) || $this->item->module == 'custom' || $
</div>
<div class="width-60 fltlft">
<?php echo $this->loadTemplate('assignment'); ?>
</div>
<div class="clr"></div>

View File

@ -27,12 +27,10 @@ $menuTypes = MenusHelper::getMenuLinks();
<label id="jform_menuselect-lbl" class="hasTip" for="jform_menuselect"><?php echo JText::_('COM_MODULES_MENU_SELECTION'); ?>:</label>
<div class="clr"></div>
<button type="button" class="button2" onclick="$$('.chk-menulink').each(function(el) { el.checked = !el.checked; });">
<button type="button" class="jform-rightbtn" onclick="$$('.chk-menulink').each(function(el) { el.checked = !el.checked; });">
<?php echo JText::_('COM_MODULES_MENU_SELECTION_INVERT'); ?>
</button>
<div class="clr"></div>
<div id="menu-assignment">
<?php foreach ($menuTypes as &$type) : ?>

View File

@ -28,14 +28,13 @@ JHtml::_('behavior.formvalidation');
<form action="<?php JRoute::_('index.php?option=com_templates'); ?>" method="post" name="adminForm" id="style-form" class="form-validate">
<div class="width-60 fltlft">
<fieldset class="adminform">
<legend><?php echo JText::_('JOPTION_REQUIRED');?> </legend>
<?php echo $this->form->getLabel('template'); ?>
<?php echo $this->form->getInput('template'); ?>
<legend><?php echo JText::_('JDETAILS');?></legend>
<?php echo $this->form->getLabel('title'); ?>
<?php echo $this->form->getInput('title'); ?>
<?php echo $this->form->getLabel('template'); ?>
<?php echo $this->form->getInput('template'); ?>
<?php echo $this->form->getLabel('client_id'); ?>
<input type="text" size="35" value="<?php echo $this->item->client_id == 0 ? JText::_('JSITE') : JText::_('JADMINISTRATOR'); ?> " class="readonly" readonly="readonly" />

View File

@ -14,7 +14,7 @@ COM_MODULES_ADVANCED_FIELDSET_LABEL="Advanced Options"
COM_MODULES_ASSIGNED_VARIES_EXCEPT="Varies except"
COM_MODULES_ASSIGNED_VARIES_ONLY="Varies only"
COM_MODULES_HEADING_MODULE="Module"
COM_MODULES_HEADING_MODULE="Module Type"
COM_MODULES_HEADING_PAGES="Pages"
COM_MODULES_HEADING_POSITION="Position"
@ -54,7 +54,7 @@ COM_MODULES_OPTION_MENU_NONE="On no pages"
COM_MODULES_OPTION_ORDER_POSITION="%d. %s"
COM_MODULES_FIELD_MODULE_DESC="Module type"
COM_MODULES_FIELD_MODULE_LABEL="Module"
COM_MODULES_FIELD_MODULE_LABEL="Module Type"
COM_MODULES_FIELD_POSITION_DESC="You may select a module position from the dropdown box of pre-defined positions or enter your own module position by clicking on the 'Select position', typing in the name and Save."
COM_MODULES_FIELD_POSITION_LABEL="Position"
COM_MODULES_FIELD_SHOWTITLE_DESC="Show/Hide module title on display. Effect will depend on the chrome style in the template."
@ -62,8 +62,8 @@ COM_MODULES_FIELD_SHOWTITLE_LABEL="Show Title"
COM_MODULES_FIELD_TITLE_DESC="Module must have a title"
COM_MODULES_FIELD_NOTE_DESC="Note Desc"
COM_MODULES_FIELD_NOTE_LABEL="Note"
COM_MODULES_FIELD_CLIENT_ID_DESC="The type of the module, whether it is for the front-end or back-end. You cannot change this value for the module."
COM_MODULES_FIELD_CLIENT_ID_LABEL="Type of Module"
COM_MODULES_FIELD_CLIENT_ID_DESC="The location of the module, frontend or backend. You cannot change this value."
COM_MODULES_FIELD_CLIENT_ID_LABEL="Module Location"
COM_MODULES_FIELD_CACHING_DESC="Select whether to cache the content of this module"
COM_MODULES_FIELD_CACHING_LABEL="Caching"

View File

@ -4,6 +4,6 @@
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8
COM_MODULES="Modules Manager"
COM_MODULES_XML_DESCRIPTION="Componet for module managment in backend"
COM_MODULES="Module Manager"
COM_MODULES_XML_DESCRIPTION="Component for module management on the backend."

View File

@ -18,7 +18,7 @@ COM_TEMPLATES_HEADING_ASSIGNED="Assigned"
COM_TEMPLATES_HEADING_DEFAULT="Default"
COM_TEMPLATES_HEADING_STYLE="Style"
COM_TEMPLATES_HEADING_TEMPLATE="Template"
COM_TEMPLATES_HEADING_TYPE="Type"
COM_TEMPLATES_HEADING_TYPE="Location"
COM_TEMPLATES_MANAGER_STYLES="Template Manager: Styles"
COM_TEMPLATES_MANAGER_TEMPLATES="Template Manager: Templates"
COM_TEMPLATES_MANAGER="Template Manager"
@ -37,7 +37,7 @@ COM_TEMPLATES="Templates Manager"
COM_TEMPLATES_BASIC_FIELDSET_LABEL="Basic Options"
COM_TEMPLATES_ADVANCED_FIELDSET_LABEL="Advanced Options"
COM_TEMPLATES_FIELD_CLIENT_DESC="Whether this template is used for the front-end (0) or the back-end (1)"
COM_TEMPLATES_FIELD_CLIENT_LABEL="Client"
COM_TEMPLATES_FIELD_CLIENT_LABEL="Location"
COM_TEMPLATES_FIELD_HOME_DESC="This template is defined or not as default template"
COM_TEMPLATES_FIELD_HOME_LABEL="Default"
COM_TEMPLATES_FIELD_TEMPLATE_DESC="Template Name"

View File

@ -33,7 +33,7 @@ body {
}
body,td,th {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
}
html,body {
@ -898,13 +898,25 @@ input#jform_extension {
}
input.readonly {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.091em;;
padding-top: 1px;
border: 0;
font-weight: bold;
background-color: #F7F7F7;
color: #666;
}
#jform_id,
span.readonly {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.091em;;
margin:5px 5px 5px 0;
font-weight: bold;
display:block;
color: #666;
}
.mod-desc { margin-left: 140px !important;}
input.required {
background-color: #d5eeff;
}
@ -918,6 +930,19 @@ input.readonly {
background-color: #ffffff;
}
#jform_params_width,
#jform_params_height,
#jform_params_increase,
#jform_params_shownumber,
#jform_params_count {
width: 50px;
}
#jform_id {
width: 50px;
background-color:#FFFFFF;
border: 0 none;
}
input#jform_title,
input#jform_leveltitle,
@ -986,13 +1011,16 @@ fieldset.adminform.long label {
fieldset.adminform.long input {
}
div#menu-assignment {
height: 300px;
overflow: auto;
clear:left;
border: 1px solid #CCCCCC;
padding: 0 17px;
}
div#menu-assignment input,
div#menu-assignment h3 {
@ -1001,11 +1029,13 @@ div#menu-assignment h3 {
margin-bottom: 0;
}
div#menu-assignment h3 {
padding-top: 15px;
border-bottom: 1px solid #CCCCCC;
width: 90%;
}
button.jform-rightbtn {float:right;margin-right: 0;}
/* Field label widths- short label */
fieldset.adminform label {
clear: left;

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 530 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 B

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 B

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1002 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 936 B

After

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 930 B

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 738 B

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 935 B

After

Width:  |  Height:  |  Size: 833 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 737 B

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 647 B

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 578 B

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 527 B

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 636 B

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 B

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 973 B

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1010 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 B

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 973 B

After

Width:  |  Height:  |  Size: 1008 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1010 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Some files were not shown because too many files have changed in this diff Show More