added 'safari cache' attributed; fixed last attrib map filter
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
$sizemismatch_message = ' <span class="errormsg">' . t('For virtual and webcam caches, the cache size has to be -no container-!') . '</span>';
|
||||
$status_message = ' <span class="errormsg">' . t('The cache-status does not fit to your publishing options') . '</span>';
|
||||
$diff_not_ok_message = ' <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=(.*?)\">
|
||||
|
||||
@@ -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"> </td></tr>
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
$size_not_ok_message = ' <span class="errormsg">' . t('No cache-size is chosen.') . '</span>';
|
||||
$diff_not_ok_message = ' <span class="errormsg">' . t('Choose both valuations!') . '</span>';
|
||||
$sizemismatch_message = ' <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.');
|
||||
|
||||
|
||||
@@ -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"> </td></tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user