diff --git a/templates/ajax/editor_band_options.inc.php b/templates/ajax/editor_band_options.inc.php index 2f19bb08..0a9a0b40 100644 --- a/templates/ajax/editor_band_options.inc.php +++ b/templates/ajax/editor_band_options.inc.php @@ -2,9 +2,9 @@ hasCurrent()) : ?> getCurrent(); ?> get('bandId')->get() == $band->getId()->get()) : ?> - + - + pointAtNext(); ?> diff --git a/templates/ajax/editor_city_venue.inc.php b/templates/ajax/editor_city_venue.inc.php index 842c267c..ad33d9a7 100644 --- a/templates/ajax/editor_city_venue.inc.php +++ b/templates/ajax/editor_city_venue.inc.php @@ -5,7 +5,7 @@ hasCurrent()) : ?> getCurrent()->getId()->get(); ?> - getCurrent()->getName()->get(); ?> + getCurrent()->getName()->filter()->get(); ?> get('cityId')->get() == $cities->getCurrent()->getId()->get()) : ?> %2$s', @@ -26,7 +26,7 @@ diff --git a/templates/main/band.inc.php b/templates/main/band.inc.php index 0549085e..758b9823 100644 --- a/templates/main/band.inc.php +++ b/templates/main/band.inc.php @@ -13,6 +13,7 @@ get('bands')->getCurrent(); ?>
getName() + ->filter() ->asTableInput( RmString::new('name'), RmString::new('Name'), diff --git a/templates/main/city.inc.php b/templates/main/city.inc.php index 52a39587..ef6ea3eb 100644 --- a/templates/main/city.inc.php +++ b/templates/main/city.inc.php @@ -13,6 +13,7 @@ get('cities')->getCurrent(); ?> getName() + ->filter() ->asTableInput( RmString::new('name'), RmString::new('Name'), diff --git a/templates/main/editor.inc.php b/templates/main/editor.inc.php index 8f40371d..2704ad97 100644 --- a/templates/main/editor.inc.php +++ b/templates/main/editor.inc.php @@ -10,7 +10,7 @@ @@ -42,7 +42,7 @@ class="edit_length" name="url" id="url" class="edit_text" - value="get('event')->getUrl()?>" + value="get('event')->getUrl()->filter()?>" placeholder="Link to more information" required> diff --git a/templates/main/event.inc.php b/templates/main/event.inc.php index 44f9709a..5f92cbda 100644 --- a/templates/main/event.inc.php +++ b/templates/main/event.inc.php @@ -16,10 +16,10 @@ get('events')->getCurrent(); ?> getFormattedDate()->asTableCell() ?> - getName()->asTableCell() ?> - getFormattedVenueAndCityName()->asTableCell()?> - getBandList()->asTableCell()?> - getUrl()->asWwwUrl()->asTableCell()?> + getName()->filter()->asTableCell() ?> + getFormattedVenueAndCityName()->filter()->asTableCell()?> + getBandList()->filter()->asTableCell()?> + getUrl()->filter()->asWwwUrl()->asTableCell()?> getId()->asHiddenInput(RmString::new('id'))?> getDate()->getFormatted()->asHiddenInput(RmString::new('date'))?> get('venues')->getCurrent(); ?> getName() + ->filter() ->asTableInput( RmString::new('name'), RmString::new('Name'), $data->getId() )->asTableCell(RmString::new('venue_name')) ?> - getCityName()->asTableCell() ?> + getCityName()->filter()->asTableCell() ?> getUrlDefault() + ->filter() ->asTableInput( RmString::new('url_default'), RmString::new('Default Url'), diff --git a/templates/nav_secondary/venue.inc.php b/templates/nav_secondary/venue.inc.php index a37a6bd4..95fd160e 100644 --- a/templates/nav_secondary/venue.inc.php +++ b/templates/nav_secondary/venue.inc.php @@ -10,7 +10,7 @@