added 'safari cache' attributed; fixed last attrib map filter

This commit is contained in:
following
2013-05-13 15:48:16 +02:00
committed by following
parent 1613007ef6
commit f4bcbe6dfc
13 changed files with 41 additions and 8 deletions
+1
View File
@@ -31,6 +31,7 @@
$sizemismatch_message = '&nbsp;<span class="errormsg">' . t('For virtual and webcam caches, the cache size has to be -no container-!') . '</span>';
$status_message = '&nbsp;<span class="errormsg">' . t('The cache-status does not fit to your publishing options') . '</span>';
$diff_not_ok_message = '&nbsp;<span class="errormsg">' . t('Choose both valuations!') . '</span>';
$safari_not_allowed_message = '<span class="errormsg">' . t('Only virtual caches can be safari caches.') . '</span>';
$nopictures = '<tr><td colspan="2">' . t('No pictures available') . '</td></tr>';
$pictureline = '<tr><td colspan="2"><a href="{link}">{title}</a> [<a href="picture.php?action=edit&uuid={uuid}">' . t('Edit') . '</a>] [<a href="picture.php?action=delete&uuid={uuid}">' . t('Delete') . '</a>]</td></tr>';
// Ocprop: <a href=\"http://.*?\.opencaching\.de/images/uploads/.*?\">(.*?)<\/a>.*?\[<a href=\"picture\.php\?action=[a-z]*?\&uuid=(.*?)\">
+1 -1
View File
@@ -250,7 +250,7 @@ function toggleAttr(id)
</tr>
<tr><td class="spacer" colspan="2"></td></tr>
<tr>
<td colspan="2">{cache_attrib_list}</td>
<td colspan="2">{cache_attrib_list}{safari_message}</td>
</tr>
<tr><td class="spacer" colspan="2">&nbsp;</td></tr>
+1
View File
@@ -34,6 +34,7 @@
$size_not_ok_message = '&nbsp;<span class="errormsg">' . t('No cache-size is chosen.') . '</span>';
$diff_not_ok_message = '&nbsp;<span class="errormsg">' . t('Choose both valuations!') . '</span>';
$sizemismatch_message = '&nbsp;<span class="errormsg">' . t('For virtual and webcam caches, the cache size has to be -no container-!') . '</span>';
$safari_not_allowed_message = '<span class="errormsg">' . t('Only virtual caches can be safari caches.') . '</span>';
$cache_submitted = t('Your cache is successfully added to the database. You will be redirected to the cache page, now.');
+1 -1
View File
@@ -244,7 +244,7 @@ function toggleAttr(id)
</td>
</tr>
<tr>
<td colspan="2">{cache_attrib_list}</td>
<td colspan="2">{cache_attrib_list}{safari_message}</td>
</tr>
<tr><td class="spacer" colspan="2">&nbsp;</td></tr>
<tr>