Changeset 19811
- Timestamp:
- 07/01/09 23:38:28 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/pkContextCMSPlugin/trunk/modules/pkContextCMS/templates/_globalTools.php
r19798 r19811 12 12 <ul id="pk-global-toolbar"> 13 13 14 <?php //Apostrophe ?>15 <li>16 <?php echo jq_link_to_function('Apostrophe Now','',array('id' => 'the-apostrophe', )) ?>17 <ul class="pk-global-toolbar-buttons pk-controls">18 <?php $buttons = pkContextCMSTools::getGlobalButtons() ?>19 <?php foreach ($buttons as $button): ?>20 <li><?php echo link_to($button->getLabel(), $button->getLink(), array('class' => 'pk-btn icon ' . $button->getCssClass())) ?></li>21 <?php endforeach ?>22 <li><?php echo jq_link_to_function('Cancel','',array('class' => 'pk-btn icon pk-cancel', )) ?></li>23 </ul>24 </li>14 <?php //The Apostrophe ?> 15 <li> 16 <?php echo jq_link_to_function('Apostrophe Now','',array('id' => 'the-apostrophe', )) ?> 17 <ul class="pk-global-toolbar-buttons pk-controls"> 18 <?php $buttons = pkContextCMSTools::getGlobalButtons() ?> 19 <?php foreach ($buttons as $button): ?> 20 <li><?php echo link_to($button->getLabel(), $button->getLink(), array('class' => 'pk-btn icon ' . $button->getCssClass())) ?></li> 21 <?php endforeach ?> 22 <li><?php echo jq_link_to_function('Cancel','',array('class' => 'pk-btn icon pk-cancel', )) ?></li> 23 </ul> 24 </li> 25 25 26 <?php //Breadcrumb ?>27 <?php if (pkContextCMSTools::getCurrentPage()): ?>28 <li>29 <?php include_component('pkContextCMS', 'breadcrumb') # Breadcrumb Navigation ?>30 </li>31 <?php endif ?>26 <?php //Breadcrumb ?> 27 <?php if (pkContextCMSTools::getCurrentPage()): ?> 28 <li> 29 <?php include_component('pkContextCMS', 'breadcrumb') # Breadcrumb Navigation ?> 30 </li> 31 <?php endif ?> 32 32 33 <li class="pk-page-settings-container"> 34 <?php // TB Says: You can put this anywhere ?> 35 <div id="pk-page-settings"></div> 36 </li> 37 33 <li class="pk-page-settings-container"> 34 <div id="pk-page-settings"></div> 35 </li> 36 37 <?php //log out button ?> 38 <li class="pk-login"> 39 <?php include_partial("pkContextCMS/login") ?> 40 </li> 38 41 </ul> 39 42 plugins/pkContextCMSPlugin/trunk/web/css/pkContextCMS.css
r19799 r19811 393 393 } 394 394 395 #pk-global-toolbar .pk-login 396 { 397 float: right; 398 display: inline; 399 margin-right:5px; 400 } 395 401 396 402 /* == */ … … 1220 1226 } 1221 1227 1222 #pk-login1223 {1224 float: right;1225 display: inline;1226 width: 100%;1227 clear: both;1228 }1229 1230 1228 #pk-subnav 1231 1229 {

