To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #576 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

"Title and permalink" should just be "title" on the home page

Reported by: tboutell Owned by: johnnyoffline
Priority: minor Milestone: 1.5
Component: apostrophePlugin Version: trunk
Keywords: ui, page settings Cc: rickybanister, geoffd
Symfony version: 1.4

Description

See the screenshot. Where's the slug field?


Attachments

title-and-permalink.png Download (105.5 KB) - added by anonymous 17 months ago.

Change History

Changed 17 months ago by anonymous

Changed 17 months ago by tboutell

  • priority changed from critical to minor
  • summary changed from Nowhere to edit the slug in the "Title and permalink" section to "Title and permalink" should just be "title" on the home page

It was the home page. It's good that I can't edit the slug there, but the language should change there.

Changed 17 months ago by johnnyoffline

  • status changed from new to closed
  • resolution set to fixed
<h3>
   <?php if ($page->getSlug() == "/"): ?>
      <?php echo __('Homepage Title', array(), 'apostrophe') ?>   
   <?php else: ?>
      <?php echo __('Title &amp; Permalink', array(), 'apostrophe') ?>
   <?php endif ?>
</h3>

Changed 17 months ago by johnnyoffline

Note: See TracTickets for help on using tickets.